ansible.cfg: ignore warnings about group names

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-04-13 19:27:54 +02:00
parent d309c3a8bb
commit 8593691b03
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

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