Skip to content

Commit

Permalink
Merge pull request #556 from Akasurde/i350
Browse files Browse the repository at this point in the history
Remove skippy callback

SUMMARY
Fixes: #350
Signed-off-by: Abhijeet Kasurde [email protected]
ISSUE TYPE

Bugfix Pull Request

Reviewed-by: Hideki Saito <[email protected]>
  • Loading branch information
2 parents 7d219a7 + f2d0b38 commit 9a2ddcd
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 50 deletions.
1 change: 0 additions & 1 deletion .github/BOTMETA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ files:
labels: debug
$plugins/patch.py:
labels: patch
$plugins/skippy.py:
$plugins/synchronize.py:
labels: synchronize
$plugins/timer.py:
Expand Down
2 changes: 2 additions & 0 deletions changelogs/fragments/556_remove_skippy_callback.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
removed_features:
- skippy - Remove skippy pluglin as it is no longer supported(https://github.com/ansible-collections/ansible.posix/issues/350).
6 changes: 0 additions & 6 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
---
requires_ansible: ">=2.14.0"
plugin_routing:
callback:
skippy:
deprecation:
removal_date: "2022-06-01"
warning_text: See the plugin documentation for more details
43 changes: 0 additions & 43 deletions plugins/callback/skippy.py

This file was deleted.

0 comments on commit 9a2ddcd

Please sign in to comment.