8 lines
118 B
YAML
8 lines
118 B
YAML
- name: Instala Docker
|
|
hosts: all
|
|
any_errors_fatal: true
|
|
become: true
|
|
become_user: root
|
|
roles:
|
|
- docker
|