summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/plugin_loader/use_coll_name.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/plugin_loader/use_coll_name.yml')
-rw-r--r--test/integration/targets/plugin_loader/use_coll_name.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/integration/targets/plugin_loader/use_coll_name.yml b/test/integration/targets/plugin_loader/use_coll_name.yml
new file mode 100644
index 0000000..66507ce
--- /dev/null
+++ b/test/integration/targets/plugin_loader/use_coll_name.yml
@@ -0,0 +1,7 @@
+- name: ensure configuration is loaded when we use FQCN and have already loaded using 'short namne' (which is case will all builtin connection plugins)
+ hosts: all
+ gather_facts: false
+ tasks:
+ - name: relies on extra var being passed in with connection and fqcn
+ ping:
+ ignore_unreachable: True