summaryrefslogtreecommitdiff
path: root/test/integration/targets/ansible-test-sanity/ansible_collections/ns/col/meta/runtime.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/ansible-test-sanity/ansible_collections/ns/col/meta/runtime.yml')
-rw-r--r--test/integration/targets/ansible-test-sanity/ansible_collections/ns/col/meta/runtime.yml9
1 files changed, 8 insertions, 1 deletions
diff --git a/test/integration/targets/ansible-test-sanity/ansible_collections/ns/col/meta/runtime.yml b/test/integration/targets/ansible-test-sanity/ansible_collections/ns/col/meta/runtime.yml
index fee22ad8..76ead137 100644
--- a/test/integration/targets/ansible-test-sanity/ansible_collections/ns/col/meta/runtime.yml
+++ b/test/integration/targets/ansible-test-sanity/ansible_collections/ns/col/meta/runtime.yml
@@ -2,4 +2,11 @@ requires_ansible: '>=2.11' # force ansible-doc to check the Ansible version (re
plugin_routing:
modules:
hi:
- redirect: hello
+ redirect: ns.col2.hello
+ hiya:
+ redirect: ns.col2.package.subdir.hiya
+ module_utils:
+ hi:
+ redirect: ansible_collections.ns.col2.plugins.module_utils
+ hello:
+ redirect: ns.col2.hiya