ignore ansible warnings about group names

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-08-02 19:01:57 -04:00
parent d14d91efff
commit 04f5071bbe
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020

View File

@ -6,6 +6,8 @@ remote_user = admin
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
[privilege_escalation]
become = true