]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ansible: remove vault_password_file; jenkins-build doesn't have one 2152/head
authorDan Mick <dmick@redhat.com>
Tue, 25 Jul 2023 02:35:26 +0000 (19:35 -0700)
committerDan Mick <dmick@redhat.com>
Tue, 25 Jul 2023 02:35:26 +0000 (19:35 -0700)
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.  <sigh>

Signed-off-by: Dan Mick <dmick@redhat.com>
ansible/ansible.cfg

index 585ae0350be1e6b7f76a80812aa580a3a512390b..8ac5e420e0cdd7866136062adcb8bfefca7066f8 100644 (file)
@@ -1,7 +1,6 @@
 [defaults]
 callback_plugins = callbacks
 retry_files_enabled = False
-vault_password_file = ~/.vault_pass.txt
 
 [ssh_connection]
 pipelining=True