Browse code

Add missing file.

Michael DeHaan authored on 2014/07/24 12:32:45
Showing 2 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,12 @@
0
+- hosts: testhost
1
+
2
+  # the following commands should all parse fine and execute fine
3
+  # and represent quoting scenarios that should be legit
4
+
5
+  gather_facts: False
6
+
7
+  roles: 
8
+
9
+    # this one has a lot of things that should fail, see makefile for operation w/ tags
10
+
11
+    - { role: test_bad_parsing } 
... ...
@@ -167,4 +167,4 @@
167 167
 - name: assert that the file was removed by the shell
168 168
   assert:
169 169
     that:
170
-      - "shell_result4.changed == False"
171 170
\ No newline at end of file
171
+      - "shell_result4.changed == False"