2024-05-06 15:20:57 +02:00

8 lines
118 B
YAML

---
- name: Install Docker on Ubuntu
hosts: all
become: true
roles:
- docker_install
- portainer_deploy