mirror of
https://github.com/ansible/awx.git
synced 2026-03-10 05:59:28 -02:30
add redirect for lookup and inventory plugins
This commit is contained in:
@@ -32,11 +32,17 @@ plugin_routing:
|
|||||||
inventory:
|
inventory:
|
||||||
tower:
|
tower:
|
||||||
redirect: awx.awx.controller
|
redirect: awx.awx.controller
|
||||||
|
awx.awx.tower:
|
||||||
|
redirect: awx.awx.controller
|
||||||
lookup:
|
lookup:
|
||||||
tower_api:
|
tower_api:
|
||||||
redirect: awx.awx.controller_api
|
redirect: awx.awx.controller_api
|
||||||
tower_schedule_rrule:
|
tower_schedule_rrule:
|
||||||
redirect: awx.awx.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:
|
modules:
|
||||||
# if playbook does not specify a FQCN
|
# if playbook does not specify a FQCN
|
||||||
tower_ad_hoc_command_cancel:
|
tower_ad_hoc_command_cancel:
|
||||||
|
|||||||
Reference in New Issue
Block a user