summaryrefslogtreecommitdiffstats
path: root/examples/playbooks/ematcher-rule.yml
blob: 7d641276f7d33c49eb87b5285b23fb50ceee260c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
- hosts: localhost
  name: BANNED
- hosts: localhost
  name: Another BANNED line
  tasks:
    - name: Foo
      debug:
        msg: A 3rd BANNED line

    - name: Bar
      ansible.builtin.command: echo something
      changed_when: false