7 lines
85 B
YAML
7 lines
85 B
YAML
---
|
|
#playbook to test items on localhost
|
|
|
|
- hosts: localhost
|
|
|
|
roles:
|
|
- docker |