Skip to content

Commit 66a624e

Browse files
priteauAlex-Welsh
authored andcommitted
Clarify comment about Ansible YAML output
The plugin has been superseded by the option `result_format=yaml` in callback plugin ansible.builtin.default from ansible-core 2.13 onwards.
1 parent 78b7409 commit 66a624e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/kayobe/ansible.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[defaults]
22
forks = 20
3-
# Use the YAML stdout callback plugin.
3+
# Use YAML stdout callback output.
44
callback_result_format = yaml
55
# Use the stdout_callback when running ad-hoc commands.
66
bin_ansible_callbacks = True

0 commit comments

Comments
 (0)