8 lines
118 B
YAML
Raw Normal View History

2024-05-02 13:37:53 +01:00
---
- name: Install Docker on Ubuntu
hosts: all
become: true
roles:
- docker_install
- portainer_deploy