mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 15:41:22 -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
|
@ -83,6 +83,10 @@ plugin_routing:
|
|||
removal_version: 2.0.0
|
||||
warning_text: Use the 'default' callback plugin with 'display_failed_stderr
|
||||
= yes' option.
|
||||
yaml:
|
||||
deprecation:
|
||||
removal_version: 13.0.0
|
||||
warning_text: The plugin has been superseded by the the option `result_format=yaml` in callback plugin ansible.builtin.default from ansible-core 2.13 onwards.
|
||||
connection:
|
||||
docker:
|
||||
redirect: community.docker.docker
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue