Mark the collection role module as deprecated (#15455)

* Mark the collection role module as deprecated

* Mark deprecated in DOCUMENTATION

* Add deprecation info

* Resolve validate-modules deprecation errors

---------

Co-authored-by: Luis <lvilla@redhat.com>
This commit is contained in:
Alan Rominger
2025-06-18 12:09:56 -04:00
committed by GitHub
parent 3db2e04efe
commit 022314b542
2 changed files with 8 additions and 0 deletions

View File

@@ -263,3 +263,7 @@ plugin_routing:
removal_date: '2022-01-23'
warning_text: The tower_* modules have been deprecated, use awx.awx.workflow_node_wait instead.
redirect: awx.awx.workflow_node_wait
role:
deprecation:
removal_version: '25.0.0'
warning_text: This is replaced by the DAB role system, via the role_definition module.