mirror of
https://github.com/ansible/awx.git
synced 2026-01-26 16:11:30 -03:30
Add routing.yml file to mark modules for deprecation and pass sanity tests Ignore sanity tests for deprecated modules
16 lines
407 B
YAML
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
|