Skip to content

Commit 1bdf629

Browse files
committed
ci: Print playbook role execution times
1 parent 9201761 commit 1bdf629

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/ansible/ansible.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ action_plugins = lib/action
77
callback_plugins = lib/callback
88
stdout_callback = yaml
99
stdout_whitelist =
10+
profile_roles,
11+
timer,
1012
yaml
1113
vars_plugins = lib/vars
1214
library = lib/modules
@@ -33,6 +35,9 @@ timeout = 10
3335
# On Travis, paramiko check fails due to host key checking enabled.
3436
host_key_checking = False
3537

38+
[callback_profile_tasks]
39+
task_output_limit = 10
40+
3641
[ssh_connection]
3742
ssh_args = -o UserKnownHostsFile=/dev/null -o ForwardAgent=yes -o ControlMaster=auto -o ControlPersist=60s
3843
pipelining = True

0 commit comments

Comments
 (0)