ansible.cfg: ignore warnings about group names
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
d309c3a8bb
commit
8593691b03
|
@ -7,7 +7,7 @@ host_key_checking = false
|
|||
# human-readable stdout/stderr results display
|
||||
stdout_callback = debug
|
||||
# https://github.com/ansible/ansible/issues/56930
|
||||
force_valid_group_names = never
|
||||
force_valid_group_names = ignore
|
||||
# because mongodb-setup role doesn't support python3
|
||||
interpreter_python = /usr/bin/python2
|
||||
|
||||
|
|
Loading…
Reference in New Issue