summaryrefslogtreecommitdiff
path: root/roles/docker/handlers/main.yml
blob: 5fcd0f26febcd388907711660d8a18f545bd3513 (plain) (blame)
1
2
3
4
5
6
7
8
9
---
- name: update apt cache
  apt:
    update_cache: yes

- name: restart docker
  service:
    name: docker
    state: restarted