ansible.cfg: fix group name warnings
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
65c2e04fb1
commit
56518e03ec
|
@ -7,8 +7,10 @@ module_name = shell
|
|||
host_key_checking = false
|
||||
# human-readable stdout/stderr results display
|
||||
stdout_callback = debug
|
||||
# Avoid default Python warnings
|
||||
interpreter_python = auto
|
||||
# https://github.com/ansible/ansible/issues/56930
|
||||
force_valid_group_names = never
|
||||
force_valid_group_names = ignore
|
||||
|
||||
[privilege_escalation]
|
||||
become = true
|
||||
|
|
Loading…
Reference in New Issue