7 lines
90 B
YAML
7 lines
90 B
YAML
---
|
|
- name: Test docker role
|
|
hosts: localhost
|
|
remote_user: root
|
|
roles:
|
|
- docker
|