From 87aa20d758e5cdc2068d1af0160439e7da31c999 Mon Sep 17 00:00:00 2001 From: u1 Date: Fri, 6 Feb 2026 22:58:59 +0100 Subject: [PATCH] fix(ansible): remove unsupported yaml stdout callback --- ansible/ansible.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index 70c8a6b..7fc7718 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -1,7 +1,6 @@ [defaults] inventory = inventory/hosts.ini host_key_checking = False -stdout_callback = yaml interpreter_python = auto_silent retry_files_enabled = False