Be quiet on interpreter warnings

It works fine, I don't need to be screamed at
This commit is contained in:
Jake Howard 2021-12-20 21:17:42 +00:00
parent 8d40a49780
commit 3f37cd4448
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 1 deletions

View File

@ -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]