summaryrefslogtreecommitdiffstats
path: root/examples/playbooks/custom_module.yml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/playbooks/custom_module.yml')
-rw-r--r--examples/playbooks/custom_module.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/playbooks/custom_module.yml b/examples/playbooks/custom_module.yml
new file mode 100644
index 0000000..05c4a87
--- /dev/null
+++ b/examples/playbooks/custom_module.yml
@@ -0,0 +1,9 @@
+---
+- name: Fixture
+ hosts: localhost
+ gather_facts: false
+ tags:
+ - "{{ foo }}"
+ tasks:
+ - name: Run custom module # noqa: fqcn[action]
+ fake_module: {}