2014-07-24 05:32:45 +02:00
|
|
|
- hosts: testhost
|
|
|
|
|
|
|
|
# the following commands should all parse fine and execute fine
|
|
|
|
# and represent quoting scenarios that should be legit
|
|
|
|
|
|
|
|
gather_facts: False
|
|
|
|
|
2016-04-18 16:47:38 +02:00
|
|
|
roles:
|
2014-07-24 05:32:45 +02:00
|
|
|
|
|
|
|
# this one has a lot of things that should fail, see makefile for operation w/ tags
|
|
|
|
|
2016-04-18 16:47:38 +02:00
|
|
|
- { role: test_bad_parsing }
|