Add missing file.

This commit is contained in:
Michael DeHaan 2014-07-23 23:32:45 -04:00
parent a21092d7c2
commit 1064550b47
2 changed files with 13 additions and 1 deletions

View file

@ -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 }

View file

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