diff --git a/templates/ansible.cfg.j2 b/templates/ansible.cfg.j2 index abebd20..a2f33c6 100644 --- a/templates/ansible.cfg.j2 +++ b/templates/ansible.cfg.j2 @@ -138,7 +138,7 @@ private_key_file = /etc/ansible/ansible.key # If set, configures the path to the Vault password file as an alternative to # specifying --vault-password-file on the command line. -#vault_password_file = /path/to/vault_password_file +vault_password_file = /etc/ansible/vault.txt # format of string {{ ansible_managed }} available within Jinja2 # templates indicates to users editing templates files will be replaced.