fix notify issue
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
vincent 2023-11-01 09:57:38 +01:00
parent 726ae04316
commit 02cd70a2ed

View File

@ -34,7 +34,7 @@
dest: /etc/docker/daemon.json
src: template/daemon.json.j2
mode: "0644"
notify: restart docker
notify: Restart docker
become: true
- name: Ensure Docker is started and enabled at boot.