Update default to always prompt for vault password

This commit is contained in:
2023-03-31 12:19:50 -04:00
parent 857e83a6fe
commit 740b73cb7d

View File

@@ -2,6 +2,7 @@
host_key_checking = true
collections_path = .ansible
inventory = inventory.yaml
ask_vault_pass = true
[ssh_connection]
ssh_args = "-o ControlMaster=auto -o ControlPersist=60s"