summaryrefslogtreecommitdiffstats
path: root/examples/playbooks/custom_module.yml
blob: 05c4a8728ee2ed21e39f021a6fd5107bacc07bb3 (plain)
1
2
3
4
5
6
7
8
9
---
- name: Fixture
  hosts: localhost
  gather_facts: false
  tags:
    - "{{ foo }}"
  tasks:
    - name: Run custom module # noqa: fqcn[action]
      fake_module: {}