blob: b68d91120b66d9863652da34ffdc666976542ebd (
plain)
1
2
3
4
5
6
7
8
9
|
- hosts: testhost
# the following commands should all parse fine and execute fine
# and represent quoting scenarios that should be legit
gather_facts: False
roles:
- { role: test_good_parsing, tags: test_good_parsing }
|