summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/parsing/roles/test_bad_parsing/tasks/scenario4.yml
blob: 2845adca468d422c78f44439b04963bfa6240f31 (plain)
1
2
3
4
- name: test that we can't go all Little Bobby Droptables on a quoted var to add more
  file: "name={{ bad_var }}"
  failed_when: False
  tags: scenario4