ansible.cfg: fix group name warnings

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-02-04 22:30:24 +01:00
parent 65c2e04fb1
commit 56518e03ec
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 3 additions and 1 deletions

View File

@ -7,8 +7,10 @@ module_name = shell
host_key_checking = false host_key_checking = false
# human-readable stdout/stderr results display # human-readable stdout/stderr results display
stdout_callback = debug stdout_callback = debug
# Avoid default Python warnings
interpreter_python = auto
# https://github.com/ansible/ansible/issues/56930 # https://github.com/ansible/ansible/issues/56930
force_valid_group_names = never force_valid_group_names = ignore
[privilege_escalation] [privilege_escalation]
become = true become = true