fix: replace deprecated community.general.yaml callback with ansible.builtin.default

This commit is contained in:
Semaphore
2026-03-14 15:32:03 -07:00
parent 9bb8e97c82
commit 47c36b6f6b

View File

@@ -2,7 +2,8 @@
inventory = inventories/ inventory = inventories/
roles_path = roles/ roles_path = roles/
callback_plugins = callback_plugins/ callback_plugins = callback_plugins/
stdout_callback = yaml stdout_callback = ansible.builtin.default
result_format = yaml
callbacks_enabled = n8n_reporter callbacks_enabled = n8n_reporter
retry_files_enabled = False retry_files_enabled = False
host_key_checking = True host_key_checking = True
@@ -12,16 +13,14 @@ gathering = smart
fact_caching = jsonfile fact_caching = jsonfile
fact_caching_connection = /tmp/ansible_facts_cache fact_caching_connection = /tmp/ansible_facts_cache
fact_caching_timeout = 3600 fact_caching_timeout = 3600
[privilege_escalation] [privilege_escalation]
become = True become = True
become_method = sudo become_method = sudo
become_ask_pass = False become_ask_pass = False
[ssh_connection] [ssh_connection]
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=yes ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=yes
pipelining = True pipelining = True
[persistent_connection] [persistent_connection]
connect_timeout = 30 connect_timeout = 30
command_timeout = 30 command_timeout = 30