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 }}