From 7f808840828c39ab94f9b55ea2e6ca6da36cf2f1 Mon Sep 17 00:00:00 2001 From: James Allenby Date: Fri, 14 Aug 2026 22:18:48 +0100 Subject: [PATCH] feat: add target for fetching ansible dependencies --- Justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Justfile b/Justfile index d5fda98..e0a81c5 100644 --- a/Justfile +++ b/Justfile @@ -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 }}