ansible/test/integration/roles/test_bad_parsing/tasks/scenario4.yml

6 lines
155 B
YAML
Raw Normal View History

2015-05-13 20:04:12 +02:00
- 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