awx/awx_collection/meta/routing.yml
beeankha 8926f635df 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
2020-04-16 11:25:38 -04:00

16 lines
407 B
YAML

---
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