We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd288f1 + 55672df commit 98cfebaCopy full SHA for 98cfeba
etc/kayobe/ansible.cfg
@@ -8,6 +8,8 @@ bin_ansible_callbacks = True
8
inject_facts_as_vars = False
9
# Add timing information to output
10
callbacks_enabled = ansible.posix.profile_tasks
11
+# Silence warning about invalid characters found in group names
12
+force_valid_group_names = ignore
13
14
[ssh_connection]
15
pipelining = True
0 commit comments