diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index 5eec73e..b3bf7cb 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -6,7 +6,7 @@ roles_path = $PWD/galaxy_roles:$PWD/roles collections_path = $PWD/galaxy_collections inventory = ./hosts become_ask_pass = True -interpreter_python = auto +interpreter_python = auto_silent vault_password_file = ./vault-pass.sh [ssh_connection]