Commit 1064550b by Michael DeHaan

Add missing file.

parent a21092d7
- 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"
\ No newline at end of file
- "shell_result4.changed == False"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment