mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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 }
|
Loading…
Reference in a new issue