Skip to content

Commit 98cfeba

Browse files
authored
Merge pull request #945 from stackhpc/silence-group-name-warning
Stop warning about invalid group name characters
2 parents dd288f1 + 55672df commit 98cfeba

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)