CI: Remove lingering stdout_callback=yaml in macOS jobs
Support removed in Ansible 13 (ansible-core 2.20). refs #1285, #1291pull/1367/head
parent
7c9c38325d
commit
f966b3e5c6
@ -1,12 +1,13 @@
|
||||
|
||||
[defaults]
|
||||
# Ansible >= 6 (ansible-core >= 2.13)
|
||||
callback_result_format = yaml
|
||||
deprecation_warnings = false
|
||||
strategy_plugins = ../../ansible_mitogen/plugins/strategy
|
||||
retry_files_enabled = false
|
||||
display_args_to_stdout = True
|
||||
no_target_syslog = True
|
||||
host_key_checking = False
|
||||
stdout_callback = yaml
|
||||
|
||||
[inventory]
|
||||
unparsed_is_fatal = true
|
||||
|
||||
Loading…
Reference in New Issue