6 lines
90 B
YAML
6 lines
90 B
YAML
---
|
|
- name: Install docker
|
|
hosts: localhost
|
|
become: true
|
|
roles:
|
|
- docker/install |