ansible-hashistack/docker.yml
2023-09-20 09:49:32 +02:00

8 lines
118 B
YAML

- name: Instala Docker
hosts: all
any_errors_fatal: true
become: true
become_user: root
roles:
- docker