mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 18:37:36 -02:30
Mark send, receive, and workflow_job_template modules as deprecated
Add routing.yml file to mark modules for deprecation and pass sanity tests Ignore sanity tests for deprecated modules
This commit is contained in:
15
awx_collection/meta/routing.yml
Normal file
15
awx_collection/meta/routing.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
plugin_routing:
|
||||
modules:
|
||||
tower_receive:
|
||||
deprecation:
|
||||
removal_date: TBD
|
||||
warning_text: see plugin documentation for details
|
||||
tower_send:
|
||||
deprecation:
|
||||
removal_date: TBD
|
||||
warning_text: see plugin documentation for details
|
||||
tower_workflow_template:
|
||||
deprecation:
|
||||
removal_date: TBD
|
||||
warning_text: see plugin documentation for details
|
||||
Reference in New Issue
Block a user