Be quiet on interpreter warnings
It works fine, I don't need to be screamed at
This commit is contained in:
parent
8d40a49780
commit
3f37cd4448
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ roles_path = $PWD/galaxy_roles:$PWD/roles
|
||||||
collections_path = $PWD/galaxy_collections
|
collections_path = $PWD/galaxy_collections
|
||||||
inventory = ./hosts
|
inventory = ./hosts
|
||||||
become_ask_pass = True
|
become_ask_pass = True
|
||||||
interpreter_python = auto
|
interpreter_python = auto_silent
|
||||||
vault_password_file = ./vault-pass.sh
|
vault_password_file = ./vault-pass.sh
|
||||||
|
|
||||||
[ssh_connection]
|
[ssh_connection]
|
||||||
|
|
Loading…
Reference in a new issue