FIX: secret is moved one level above

This commit is contained in:
2026-07-06 11:38:47 +00:00
parent 3eab68bf0d
commit 7d3640db50
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
#!/bin/sh
ansible-playbook -i inventory/hosts.yaml playbooks/deploy.yaml \
--private-key inventory/group_vars/all/secret/ansible_key \
--vault-password-file inventory/group_vars/all/secret/.vault_pass
--private-key inventory/group_vars/secret/ansible_key \
--vault-password-file inventory/group_vars/secret/.vault_pass