From 44c50bbbf7e5a62157f89a37e805bcc67dd43fd1 Mon Sep 17 00:00:00 2001 From: Seth Foster Date: Mon, 7 Jun 2021 23:32:45 -0400 Subject: [PATCH] add redirect for lookup and inventory plugins --- awx_collection/meta/runtime.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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: