From d4dbc3e20ad98afddcf65272ea8973eb4b918784 Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Mon, 24 Jul 2023 19:35:26 -0700 Subject: [PATCH] ansible: remove vault_password_file; jenkins-build doesn't have one Jenkins also uses ansible for some builds, and this config item breaks the run, because although the ansible secret isn't needed, if you configure it, ansible requires it. Signed-off-by: Dan Mick --- ansible/ansible.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index 585ae035..8ac5e420 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -1,7 +1,6 @@ [defaults] callback_plugins = callbacks retry_files_enabled = False -vault_password_file = ~/.vault_pass.txt [ssh_connection] pipelining=True -- 2.47.3