Fix docker handlers — move to handlers/main.yml

This commit is contained in:
Jino Jose 2026-06-23 13:46:28 +05:30
parent a071602cf1
commit 5692889194
2 changed files with 5 additions and 6 deletions

View File

@ -0,0 +1,5 @@
---
- name: restart docker
systemd:
name: docker
state: restarted

View File

@ -75,9 +75,3 @@
}
mode: "0644"
notify: restart docker
handlers:
- name: restart docker
systemd:
name: docker
state: restarted