Skip to content

Commit 7ba1a5c

Browse files
committed
fix ansible yaml callback, add profiling
1 parent 40f9f02 commit 7ba1a5c

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

ansible.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[defaults]
2-
stdout_callback = community.general.yaml
2+
callback_result_format = yaml
33
pipelining = True
44
callbacks_enabled = ansible.posix.profile_tasks
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[defaults]
2-
stdout_callback = community.general.yaml
2+
callback_result_format = yaml
33
host_key_checking = False
44
pipelining = True
55
deprecation_warnings=False
6+
callbacks_enabled = ansible.posix.profile_tasks

0 commit comments

Comments
 (0)