diff options
| author | Joe Carstairs <me@joeac.net> | 2026-08-13 16:40:57 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-08-13 16:40:57 +0100 |
| commit | ddffeb9ef65cc945194043dd960a631e3646da51 (patch) | |
| tree | 81c951cb3f944f58cbfc2d33bd4cba1a5a41f36d /ansible.cfg | |
| parent | 6d5e8e9c3cc3c5643533455348def971056841f0 (diff) | |
remove ansible/ prefix from ansible.cfg
Diffstat (limited to 'ansible.cfg')
| -rw-r--r-- | ansible.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ansible.cfg b/ansible.cfg index a2b6bf4..87b98ee 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,7 +1,7 @@ [defaults] -inventory = ansible/inventory.yml +inventory = inventory.yml vault_identity = ansible -vault_password_file = ansible/scripts/ansible-vault-password.sh +vault_password_file = scripts/ansible-vault-password.sh [privilege_escalation] become = true |
