diff --git a/awx_collection/meta/runtime.yml b/awx_collection/meta/runtime.yml index 430d7dad74..8de7f229c6 100644 --- a/awx_collection/meta/runtime.yml +++ b/awx_collection/meta/runtime.yml @@ -32,11 +32,17 @@ plugin_routing: inventory: tower: redirect: awx.awx.controller + awx.awx.tower: + redirect: awx.awx.controller lookup: tower_api: redirect: awx.awx.controller_api tower_schedule_rrule: redirect: awx.awx.schedule_rrule + awx.awx.tower_api: + redirect: awx.awx.controller_api + awx.awx.tower_schedule_rrule: + redirect: awx.awx.tower_schedule_rrule modules: # if playbook does not specify a FQCN tower_ad_hoc_command_cancel: