summaryrefslogtreecommitdiff
path: root/test/integration/targets/assert/nested_tmpl.yml
blob: 3da4b1d80ee682a757a6006a61eee8d0c7796728 (plain)
1
2
3
4
5
6
7
8
9
- hosts: localhost
  gather_facts: False
  tasks:
    - assert:
        that:
          - '"{{ foo }}" == "bar"'
          - foo == "bar"
      vars:
        foo: bar