ansible.cfg: Unset vault_password_file

Apparently, the `vault_password_file` setting in `ansible.cfg` overrides
the `--vault-password-file` command-line argument, which breaks the
Jenkins `ansiblePlaybook` task.
jenkins-master
Dustin 2018-04-14 15:53:11 -05:00
parent 8b5c1fccfc
commit 55128cded7
1 changed files with 0 additions and 2 deletions

View File

@ -7,6 +7,4 @@ gathering = smart
fact_caching = jsonfile
fact_caching_connection = .fact-cache
vault_password_file = .vault-secret.sh
remote_tmp = /var/tmp/.ansible-${USER}