summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/ansible-vault/invalid_format/broken-host-vars-tasks.yml
blob: 9afbd58e148e3c02a096907e19adab05b266e771 (plain)
1
2
3
4
5
6
7
---
- hosts: broken-host-vars
  gather_facts: false
  tasks:
    - name: EXPECTED FAILURE Display hostvars
      debug:
        msg: "{{inventory_hostname}} hostvars: {{ hostvars[inventory_hostname] }}"