Update config yaml format in default callback plugin
``` [DEPRECATION WARNING]: community.general.yaml has been deprecated. The plugin has been superseded by the the option `result_format=yaml` in callback plugin ansible.builtin.default from ansible-core 2.13 onwards. This feature will be removed from community.general in version 13.0.0. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg ```
This commit is contained in:
parent
0bf5326cef
commit
f9c5b2593d
1 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
||||||
[defaults]
|
[defaults]
|
||||||
inventory=inventory.yml
|
inventory=inventory.yml
|
||||||
stdout_callback=yaml
|
stdout_callback=default
|
||||||
|
result_format=yaml
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue