Skip to content

Commit be749b0

Browse files
authored
Merge pull request #2118 from stackhpc/zed-yaml
Update deprecated stdout_callback option (Zed)
2 parents 20127a0 + f0a6a82 commit be749b0

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)