Skip to content

Commit 444e1d8

Browse files
authored
Update deprecated std_callback option
community.general.yaml has been removed from community.general 12.0.0. The ``callback`` option was superseded by ``result_format``
1 parent dce5637 commit 444e1d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[defaults]
22
bin_ansible_callbacks = True
33
callbacks_enabled = ansible.posix.profile_tasks
4-
stdout_callback = yaml
4+
callback_result_format = yaml

0 commit comments

Comments
 (0)