summaryrefslogtreecommitdiffstats
path: root/test/schemas/test/playbooks/tasks/when.yml
blob: 78743290487f7c7d196cb432d48aec8f08f36787 (plain)
1
2
3
4
5
6
7
8
9
10
- action: foo
  when: true # valid

- action: foo 2
  when: foo in bar # valid

- action: foo 3
  when: # valid
    - foo in bar
    - apple is orange