ansible.cfg: use interpreter_python=auto_silent
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
e80d5943d1
commit
54480d3218
|
@ -8,7 +8,7 @@ host_key_checking = false
|
|||
# human-readable stdout/stderr results display
|
||||
stdout_callback = debug
|
||||
# Avoid default Python warnings
|
||||
interpreter_python = auto
|
||||
interpreter_python = auto_silent
|
||||
# https://github.com/ansible/ansible/issues/56930
|
||||
force_valid_group_names = ignore
|
||||
|
||||
|
|
Loading…
Reference in New Issue