From: Dmitriy Rabotyagov Date: Wed, 20 May 2026 17:49:54 +0000 (+0200) Subject: Drop yaml callback from ansible.cfg X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=HEAD;p=ceph-ansible.git Drop yaml callback from ansible.cfg community.general.yaml callback has been deprecated and raises a critical error on modern ansible. `result_format` should be used instead[1] [1] https://docs.ansible.com/projects/ansible/latest/collections/community/general/yaml_callback.html Signed-off-by: Dmitriy Rabotyagov --- diff --git a/ansible.cfg b/ansible.cfg index 88db5a9ad..4064b1b86 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -20,7 +20,7 @@ fact_caching_connection = $HOME/ansible/facts fact_caching_timeout = 7200 nocows = 1 callback_allowlist = profile_tasks -stdout_callback = yaml +result_format = yaml force_valid_group_names = ignore inject_facts_as_vars = False