summaryrefslogtreecommitdiffstats
path: root/examples/playbooks/module_relative_import.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--examples/playbooks/module_relative_import.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/playbooks/module_relative_import.yml b/examples/playbooks/module_relative_import.yml
new file mode 100644
index 0000000..8857966
--- /dev/null
+++ b/examples/playbooks/module_relative_import.yml
@@ -0,0 +1,6 @@
+---
+- name: Module relative import
+ hosts: localhost
+ tasks:
+ - name: Module with relative import
+ local.testcollection.module_with_relative_import: {}