Skip to content

Commit dc4a1d3

Browse files
committed
Add timing to Ansible output
1 parent 60b4d1a commit dc4a1d3

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)