From e270777b8d466214cd9f7e8c8ad5ee7214eef1b2 Mon Sep 17 00:00:00 2001 From: Hideki Saito Date: Wed, 9 Oct 2024 18:44:14 +0900 Subject: [PATCH] Create a stable branch for ansible.posix version 1.x as stable-1 * Created sable-1 branch for version 1.x release * Reverted removal of skippy plugin * Chabnged the scheduled removal to December 5, 2024. Signed-off-by: Hideki Saito --- changelogs/fragments/572_revert_removal_of_skippy.yml | 6 ++++++ meta/runtime.yml | 2 +- plugins/callback/skippy.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 changelogs/fragments/572_revert_removal_of_skippy.yml diff --git a/changelogs/fragments/572_revert_removal_of_skippy.yml b/changelogs/fragments/572_revert_removal_of_skippy.yml new file mode 100644 index 0000000..cc76006 --- /dev/null +++ b/changelogs/fragments/572_revert_removal_of_skippy.yml @@ -0,0 +1,6 @@ +--- +trivial: + - Create a stable branch stable-1 for version 1.x release + - skippy - Update deprecation message to include removal version 2.0.0 (https://github.com/ansible-collections/ansible.posix/pull/556). +bugfixes: + - skippy - Revert removal of skippy plugin. It will be removed in version 2.0.0 (https://github.com/ansible-collections/ansible.posix/issues/573). diff --git a/meta/runtime.yml b/meta/runtime.yml index a96714c..a0af68f 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -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 diff --git a/plugins/callback/skippy.py b/plugins/callback/skippy.py index ced28af..4c11adc 100644 --- a/plugins/callback/skippy.py +++ b/plugins/callback/skippy.py @@ -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