commit 44a6d86996d060b9f8a0cbb922d24ab7c8ddba70
parent 81e15c1535fa7855aa0d59e217e1c6ddfdb3f839
Author: Florian Dold <florian@dold.me>
Date: Wed, 27 May 2026 01:01:40 +0200
address deprecation of 'stdout_callback=yaml'
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ansible.cfg b/ansible.cfg
@@ -3,8 +3,8 @@ inventory = inventories/default
roles_path = roles
remote_user = root
-# Use the YAML callback plugin.
-stdout_callback = yaml
+callback_result_format = yaml
+
# Use the stdout_callback when running ad-hoc commands.
#bin_ansible_callbacks = True