5 lines
91 B
YAML
5 lines
91 B
YAML
- hosts: testhost
|
|
gather_facts: True
|
|
roles:
|
|
- { role: test_pip, tags: test_pip }
|
|
|