Skip to content
Snippets Groups Projects
Verified Commit 70121e56 authored by Ralf Claussnitzer's avatar Ralf Claussnitzer :fire:
Browse files

Add Docker restart handler

parent 820bd478
No related branches found
No related tags found
No related merge requests found
---
# placeholder
- name: Restart Docker
ansible.builtin.service:
name: docker
state: restarted
......@@ -36,4 +36,4 @@
src: "daemon.json"
dest: "/etc/docker/daemon.json"
mode: "0644"
notify: restart docker
notify: Restart Docker
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment