Compare commits

...

2 commits

Author SHA1 Message Date
Hideki Saito
c432d9ff3f
Merge f963c4993c into 098b5bee70 2024-10-09 10:14:30 +00:00
Hideki Saito
f963c4993c
Create a stable branch for ansible.posix version 1.x as stable-1
Signed-off-by: Hideki Saito <saito@fgrep.org>
2024-10-09 19:14:16 +09:00
3 changed files with 5 additions and 2 deletions

View file

@ -0,0 +1,3 @@
---
trivial:
- skippy - update deprecation message to include removal version 2.0.0 (https://github.com/ansible-collections/ansible.posix/pull/556).

View file

@ -4,5 +4,5 @@ plugin_routing:
callback:
skippy:
deprecation:
removal_date: "2022-06-01"
removal_date: "2024-12-05"
warning_text: See the plugin documentation for more details

View file

@ -14,7 +14,7 @@ DOCUMENTATION = '''
short_description: Ansible screen output that ignores skipped status
deprecated:
why: The 'default' callback plugin now supports this functionality
removed_at_date: '2022-06-01'
removed_at_date: '2024-12-05'
alternative: "'default' callback plugin with 'display_skipped_hosts = no' option"
extends_documentation_fragment:
- default_callback