summaryrefslogtreecommitdiffstats
path: root/examples/playbooks/module_relative_import.yml
blob: 88579667e04f413916e476bfe5a3ae431629dc3b (plain)
1
2
3
4
5
6
---
- name: Module relative import
  hosts: localhost
  tasks:
    - name: Module with relative import
      local.testcollection.module_with_relative_import: {}