add fix for deprecation of dashes in group names
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
22125e112d
commit
d68e9894fd
|
@ -6,6 +6,8 @@ remote_user = admin
|
||||||
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
|
||||||
|
# https://github.com/ansible/ansible/issues/56930
|
||||||
|
force_valid_group_names = never
|
||||||
|
|
||||||
[privilege_escalation]
|
[privilege_escalation]
|
||||||
become = true
|
become = true
|
||||||
|
|
Loading…
Reference in New Issue