ansible.cfg: use interpreter_python=auto_silent

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-09-08 12:24:14 +02:00
parent e80d5943d1
commit 54480d3218
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
1 changed files with 1 additions and 1 deletions

View File

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