Commit 2ef402b4 by Michael DeHaan Committed by James Cammarata

Add missing file.

parent 12861ebc
- 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