summaryrefslogtreecommitdiffstats
path: root/test/schemas/negative_test/playbooks/when.yml
blob: c48bdc124287bfcdee963dfb0b09579dd4acfd8f (plain)
1
2
3
4
5
6
7
8
9
10
11
---
- name: Test for when (failure)
  hosts: localhost
  gather_facts: false
  tasks:
    - name: Testing for when is passed a list
      ansible.builtin.debug:
        msg: "this is ok"
      when:
        - true
        - 123