We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 20127a0 + f0a6a82 commit be749b0Copy full SHA for be749b0
1 file changed
etc/kayobe/ansible.cfg
@@ -1,8 +1,8 @@
1
[defaults]
2
forks = 20
3
-# Use the YAML stdout callback plugin.
4
-stdout_callback = yaml
5
-# Use the stdout_callback when running ad-hoc commands.
+# Use the YAML callback to format output.
+callback_result_format = yaml
+# Use the callback plugin when running ad-hoc commands
6
bin_ansible_callbacks = True
7
# Disable fact variable injection to improve performance.
8
inject_facts_as_vars = False
0 commit comments