From 55128cded70b1c43d0aeb5d00e7d53b98b4ee518 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sat, 14 Apr 2018 15:53:11 -0500 Subject: [PATCH] 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. --- ansible.cfg | 2 -- 1 file changed, 2 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index 34dfa8f..69e6936 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -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}