feat: add target for fetching ansible dependencies

This commit is contained in:
2026-08-14 22:18:48 +01:00
parent 9abb0b010e
commit 7f80884082
+3
View File
@@ -30,6 +30,9 @@ headlamp:
clean: tofu-destroy
git clean -fdx
fetch-ansible-deps:
ansible-galaxy install --role-file ansible/requirements.yml --roles-path ansible/galaxy_roles
fetch-plugins:
mkdir -p ansible/lookup_plugins
curl -fsSL -o ansible/lookup_plugins/proton_pass.py {{ ansible_proton_pass_plugin_url }}