Add missing file.

pull/8275/head
Michael DeHaan 10 years ago
parent a21092d7c2
commit 1064550b47

@ -0,0 +1,12 @@
- hosts: testhost
# the following commands should all parse fine and execute fine
# and represent quoting scenarios that should be legit
gather_facts: False
roles:
# this one has a lot of things that should fail, see makefile for operation w/ tags
- { role: test_bad_parsing }

@ -167,4 +167,4 @@
- name: assert that the file was removed by the shell
assert:
that:
- "shell_result4.changed == False"
- "shell_result4.changed == False"

Loading…
Cancel
Save