From 5e2b14cea809e110e43038496f875cd89dd7190c Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Sun, 23 Nov 2025 21:05:13 +0100 Subject: [PATCH] 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. --- etc/kayobe/ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/kayobe/ansible.cfg b/etc/kayobe/ansible.cfg index ca7dfea3a..17d4903c4 100644 --- a/etc/kayobe/ansible.cfg +++ b/etc/kayobe/ansible.cfg @@ -1,6 +1,6 @@ [defaults] forks = 20 -# Use the YAML stdout callback plugin. +# Use YAML stdout callback output. callback_result_format = yaml # Use the stdout_callback when running ad-hoc commands. bin_ansible_callbacks = True