8 lines
83 B
YAML
8 lines
83 B
YAML
|
---
|
||
|
|
||
|
- name: test playbook
|
||
|
hosts: all
|
||
|
gather_facts: True
|
||
|
roles:
|
||
|
- ../../.
|