summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/collections/includeme.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/collections/includeme.yml')
-rw-r--r--test/integration/targets/collections/includeme.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/integration/targets/collections/includeme.yml b/test/integration/targets/collections/includeme.yml
new file mode 100644
index 0000000..219ee58
--- /dev/null
+++ b/test/integration/targets/collections/includeme.yml
@@ -0,0 +1,6 @@
+- testns.testcoll.plugin_lookup:
+ register: included_plugin_lookup_out
+
+- assert:
+ that:
+ - included_plugin_lookup_out.collection_list == ['bogus.bogus', 'ansible.legacy']