Skip to content

Commit

Permalink
Update cli_parse plugins and testcase
Browse files Browse the repository at this point in the history
Related to ansible-collections/ansible.utils#28

*  Remove cli_parse action plugin and add plugin
   redirection and deprecation notice
*  Update testcases
  • Loading branch information
ganeshrn committed Feb 19, 2021
1 parent 6f3cf89 commit 2394645
Show file tree
Hide file tree
Showing 23 changed files with 64 additions and 726 deletions.
2 changes: 2 additions & 0 deletions galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
authors:
- Ansible Network Community (ansible-network)
dependencies:
"ansible.utils": "*"
license_file: LICENSE
name: netcommon
namespace: ansible
Expand Down
6 changes: 6 additions & 0 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,9 @@ plugin_routing:
deprecation:
removal_date: '2022-06-01'
warning_text: See the plugin documentation for more details
action:
cli_parse:
redirect: ansible.utils.cli_parse
deprecation:
removal_date: '2022-11-01'
warning_text: Use 'ansible.utils.cli_parse' instead. See the plugin documentation for more details
343 changes: 0 additions & 343 deletions plugins/action/cli_parse.py

This file was deleted.

Loading

0 comments on commit 2394645

Please sign in to comment.