summaryrefslogtreecommitdiffstats
path: root/test/jinja2-when-success.yml
blob: 20d3db91fc119bfa0cf9c789413b7a089953912f (plain)
1
2
3
4
5
6
7
8
- hosts: all
  tasks:
    - name: test when
      debug: msg=text
      when: true
    - name: test when 2
      debug: msg=text2
      when: 1 = 1