Skip to content

Commit d814efc

Browse files
authored
Merge pull request #439 from stackhpc/ansible-timing
Add timing to Ansible output
2 parents 60b4d1a + dc4a1d3 commit d814efc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ansible.cfg

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[defaults]
2-
# Add timing information to playbook output.
3-
callback_whitelist = ansible.posix.profile_tasks
2+
stdout_callback = community.general.yaml
3+
pipelining = True
4+
callbacks_enabled = ansible.posix.profile_tasks

0 commit comments

Comments
 (0)