ansible-hashistack/docker.yml

8 lines
118 B
YAML
Raw Normal View History

2023-09-20 09:49:32 +02:00
- name: Instala Docker
hosts: all
any_errors_fatal: true
become: true
become_user: root
roles:
- docker