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]
|
[defaults]
|
||||||
|
# Ansible >= 6 (ansible-core >= 2.13)
|
||||||
|
callback_result_format = yaml
|
||||||
deprecation_warnings = false
|
deprecation_warnings = false
|
||||||
strategy_plugins = ../../ansible_mitogen/plugins/strategy
|
strategy_plugins = ../../ansible_mitogen/plugins/strategy
|
||||||
retry_files_enabled = false
|
retry_files_enabled = false
|
||||||
display_args_to_stdout = True
|
display_args_to_stdout = True
|
||||||
no_target_syslog = True
|
no_target_syslog = True
|
||||||
host_key_checking = False
|
host_key_checking = False
|
||||||
stdout_callback = yaml
|
|
||||||
|
|
||||||
[inventory]
|
[inventory]
|
||||||
unparsed_is_fatal = true
|
unparsed_is_fatal = true
|
||||||
|
|||||||
Loading…
Reference in New Issue