This repository has been archived on 2020-08-28. You can view files and clone it, but cannot push or open issues/pull-requests.
ansible-laptop/roles/docker/handlers/main.yml

9 lines
118 B
YAML

---
- name: update-grub
shell: update-grub
- name: restart-docker
systemd:
name: docker
state: restarted