From 444e1d8c918dda8a5f4897a6cdf143e7fcbc1b30 Mon Sep 17 00:00:00 2001 From: Seunghun Lee <45145778+seunghun1ee@users.noreply.github.com> Date: Fri, 28 Nov 2025 13:32:29 +0000 Subject: [PATCH] Update deprecated std_callback option community.general.yaml has been removed from community.general 12.0.0. The ``callback`` option was superseded by ``result_format`` --- ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index 09460fd..ce26449 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,4 +1,4 @@ [defaults] bin_ansible_callbacks = True callbacks_enabled = ansible.posix.profile_tasks -stdout_callback = yaml +callback_result_format = yaml