mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
add redirect for lookup and inventory plugins
This commit is contained in:
parent
c9e7747f2d
commit
44c50bbbf7
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user