mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-22 10:21:25 -07:00
[PR #9456/17d36da1 backport][stable-10] yaml callback plugin: deprecation (#9469)
yaml callback plugin: deprecation (#9456)
* yaml callback pulign: deprecation
* add changelog frag
* Update plugins/callback/yaml.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* set removal to 13.0.0
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 17d36da150
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
4614047132
commit
a68de9bfb6
3 changed files with 10 additions and 0 deletions
|
@ -12,6 +12,10 @@ author: Unknown (!UNKNOWN)
|
|||
name: yaml
|
||||
type: stdout
|
||||
short_description: YAML-ized Ansible screen output
|
||||
deprecated:
|
||||
removed_in: 13.0.0
|
||||
why: Starting in ansible-core 2.13, the P(ansible.builtin.default#callback) callback has support for printing output in YAML format.
|
||||
alternative: Use O(ansible.builtin.default#callback:result_format=yaml).
|
||||
description:
|
||||
- Ansible output that can be quite a bit easier to read than the default JSON formatting.
|
||||
extends_documentation_fragment:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue