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.
1 parent 3818ff9 commit 55672dfCopy full SHA for 55672df
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