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 9201761 commit 1bdf629Copy full SHA for 1bdf629
tests/ansible/ansible.cfg
@@ -7,6 +7,8 @@ action_plugins = lib/action
7
callback_plugins = lib/callback
8
stdout_callback = yaml
9
stdout_whitelist =
10
+ profile_roles,
11
+ timer,
12
yaml
13
vars_plugins = lib/vars
14
library = lib/modules
@@ -33,6 +35,9 @@ timeout = 10
33
35
# On Travis, paramiko check fails due to host key checking enabled.
34
36
host_key_checking = False
37
38
+[callback_profile_tasks]
39
+task_output_limit = 10
40
+
41
[ssh_connection]
42
ssh_args = -o UserKnownHostsFile=/dev/null -o ForwardAgent=yes -o ControlMaster=auto -o ControlPersist=60s
43
pipelining = True
0 commit comments