summaryrefslogtreecommitdiffstats
path: root/test/schemas/test/playbooks/tasks/tags.yml
blob: a0b745427b6a989486db4a101fc37890023eaf3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
- command: echo 123
  tags:
    - foo
    - bar

- command: echo 123
  tags: foo

- block:
    - command: echo 123
      tags:
        - foo
        - bar

    - command: echo 123
      tags: foo
  tags:
    - foo
    - bar

- block:
    - command: echo 123
      tags:
        - foo
        - bar

    - command: echo 123
      tags: foo
  tags: foo