diff options
Diffstat (limited to 'ansible.cfg')
| -rw-r--r-- | ansible.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible.cfg b/ansible.cfg index 75bd619..4c0347c 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -141,7 +141,7 @@ log_path = ./log/ansible.log # 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 = ../.vault-pass.txt +vault_password_file = ../.vault-pass.txt # format of string {{ ansible_managed }} available within Jinja2 # templates indicates to users editing templates files will be replaced. |
