mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 15:15:26 +01:00
fix skippy callback deprecation warning
Fixes https://github.com/ansible-collections/ansible.posix/issues/62 Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
06efaeb108
commit
c390183337
2 changed files with 4 additions and 1 deletions
3
changelogs/fragments/skippy_deprecation.yml
Normal file
3
changelogs/fragments/skippy_deprecation.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
---
|
||||||
|
minor_changes:
|
||||||
|
- skippy - fixed the deprecation warning (by date) for skippy callback plugin
|
||||||
|
|
@ -14,7 +14,7 @@ DOCUMENTATION = '''
|
||||||
short_description: Ansible screen output that ignores skipped status
|
short_description: Ansible screen output that ignores skipped status
|
||||||
deprecated:
|
deprecated:
|
||||||
why: The 'default' callback plugin now supports this functionality
|
why: The 'default' callback plugin now supports this functionality
|
||||||
removed_in: '2.11'
|
removed_at_date: 2022-06-01
|
||||||
alternative: "'default' callback plugin with 'display_skipped_hosts = no' option"
|
alternative: "'default' callback plugin with 'display_skipped_hosts = no' option"
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- default_callback
|
- default_callback
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue