aboutsummaryrefslogtreecommitdiff
path: root/ansible/playbooks/docker.yml
blob: ec1bd74c208d3492e7d9eaf2d0844f883ffc37fa (plain)
1
2
3
4
5
6
7
---
- name: Install Docker on Ubuntu or Debian
  hosts: tag_docker
  become: true
  roles:
    - role: docker
...