summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/template/72262.yml
blob: 33c610d4ec15603dc9792fa3ef6fbd660c709d1b (plain)
1
2
3
4
5
6
- hosts: localhost
  gather_facts: no
  tasks:
    - name: Should not fail on undefined variable
      set_fact:
        template_result: "{{ lookup('template', '72262.j2') }}"