summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/jinja_plugins/playbook.yml
blob: 789be659aa3b9834e38de071937c0673e0895c00 (plain)
1
2
3
4
5
6
7
8
9
10
- hosts: localhost
  gather_facts: false
  tasks:
    - assert:
        that:
          - '"World"|hello == "Hello, World!"'
          - '"World" is world'

          - '"World"|foo.bar.hello == "Hello, World!"'
          - '"World" is foo.bar.world'