Skip to content

Commit 12eeed4

Browse files
authored
Merge pull request #359 from stackhpc/profile-tasks
Add timing information to tasks
2 parents 81eaa1a + 8e89ddb commit 12eeed4

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

etc/kayobe/ansible.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ stdout_callback = yaml
66
bin_ansible_callbacks = True
77
# Disable fact variable injection to improve performance.
88
inject_facts_as_vars = False
9+
# Add timing information to output
10+
callback_whitelist = ansible.posix.profile_tasks
911

1012
[ssh_connection]
1113
pipelining = True
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
features:
3+
- |
4+
Adds time information to tasks using the `ansible.posix.profile_tasks`
5+
callback.

0 commit comments

Comments
 (0)