blob: 8fc8d88ec9029c80e44b3211116b8f512fc2ce5b (
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 }
|