Skip to content

Commit f0a6a82

Browse files
committed
Update deprecated stdout_callback option
The option stadout_callback is deprecated and replaced by callback_result_format (cherry picked from commit 7a0f3ac)
1 parent 20127a0 commit f0a6a82

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

etc/kayobe/ansible.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[defaults]
22
forks = 20
3-
# Use the YAML stdout callback plugin.
4-
stdout_callback = yaml
5-
# Use the stdout_callback when running ad-hoc commands.
3+
# Use the YAML callback to format output.
4+
callback_result_format = yaml
5+
# Use the callback plugin when running ad-hoc commands
66
bin_ansible_callbacks = True
77
# Disable fact variable injection to improve performance.
88
inject_facts_as_vars = False

0 commit comments

Comments
 (0)