Skip to content

Commit 5aa3d6a

Browse files
authored
Merge pull request #459 from stackhpc/ansible-cfg
fix ansible yaml callback
2 parents 40f9f02 + 1d7acf6 commit 5aa3d6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

0 commit comments

Comments
 (0)