Skip to content

Commit

Permalink
Merge pull request #359 from stackhpc/profile-tasks
Browse files Browse the repository at this point in the history
Add timing information to tasks
  • Loading branch information
markgoddard authored Jan 31, 2023
2 parents 81eaa1a + 8e89ddb commit 12eeed4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions etc/kayobe/ansible.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ stdout_callback = yaml
bin_ansible_callbacks = True
# Disable fact variable injection to improve performance.
inject_facts_as_vars = False
# Add timing information to output
callback_whitelist = ansible.posix.profile_tasks

[ssh_connection]
pipelining = True
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
features:
- |
Adds time information to tasks using the `ansible.posix.profile_tasks`
callback.

0 comments on commit 12eeed4

Please sign in to comment.