6 lines
88 B
YAML
6 lines
88 B
YAML
|
---
|
||
|
- hosts: 127.0.0.1
|
||
|
gather_facts: False
|
||
|
roles:
|
||
|
- { role: test_include_vars }
|