2014-07-24 02:10:58 +00: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 14:47:38 +00:00
|
|
|
roles:
|
2014-07-24 02:10:58 +00:00
|
|
|
- { role: test_good_parsing, tags: test_good_parsing }
|