Add missing file.
This commit is contained in:
parent
a21092d7c2
commit
1064550b47
2 changed files with 13 additions and 1 deletions
12
test/integration/bad_parsing.yml
Normal file
12
test/integration/bad_parsing.yml
Normal 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 }
|
|
@ -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…
Reference in a new issue