diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index 32183bc..dda8552 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -274,7 +274,7 @@ roles_path={{ ANSIBLE_HOME ~ "~/.local/ansible/roles:/roles:/usr/share/ansible/r # (path) The vault password file to use. Equivalent to --vault-password-file or --vault-id # If executable, it will be run and the resulting stdout will be used as the password. -vault_password_file=~/.local/ansible/.vaultpwd +vault_password_file=~/.local/share/scripts/vault-gopass # (integer) Sets the default verbosity, equivalent to the number of ``-v`` passed in the command line. ;verbosity=0 @@ -982,4 +982,3 @@ cache_dir=~/.cache/ansible # Setting this option to V(inventory) will only run the vars plugin after parsing inventory. # If this option is omitted, the global C(RUN_VARS_PLUGINS) configuration is used to determine when to execute the vars plugin. ;stage= -