fix: replace removed yaml callback with default + result_format

community.general.yaml was removed in collection 12.0; use ansible.builtin.default with result_format=yaml for Ansible 2.13+.
This commit is contained in:
Sergey Antropoff
2026-07-01 11:09:08 +03:00
parent 63b21d5df6
commit e3d3103dc2
+2 -1
View File
@@ -3,7 +3,8 @@ inventory = inventory/hosts.yml
roles_path = roles roles_path = roles
host_key_checking = False host_key_checking = False
retry_files_enabled = False retry_files_enabled = False
stdout_callback = yaml stdout_callback = default
result_format = yaml
interpreter_python = auto_silent interpreter_python = auto_silent
[privilege_escalation] [privilege_escalation]