Skip to content

Commit 55672df

Browse files
committed
Stop warning about invalid group name characters
This should silence the following Ansible warning [1]: [WARNING]: Invalid characters were found in group names but not replaced, use -vvvv to see details [1] https://docs.ansible.com/ansible/latest/reference_appendices/config.html#transform-invalid-group-chars
1 parent 3818ff9 commit 55672df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

etc/kayobe/ansible.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ bin_ansible_callbacks = True
88
inject_facts_as_vars = False
99
# Add timing information to output
1010
callbacks_enabled = ansible.posix.profile_tasks
11+
# Silence warning about invalid characters found in group names
12+
force_valid_group_names = ignore
1113

1214
[ssh_connection]
1315
pipelining = True

0 commit comments

Comments
 (0)