replaced reload through restart

This commit is contained in:
Kevin Veen-Birkenbach 2024-02-06 22:32:37 +01:00
parent 4e30054a8f
commit eea02572d9
1 changed files with 2 additions and 2 deletions

View File

@ -14,9 +14,9 @@
src: update-docker.service.j2
dest: /etc/systemd/system/update-docker.cymais.service
- name: "reload update-docker.cymais.service"
- name: "restart update-docker.cymais.service"
systemd:
name: update-docker.cymais.service
state: reloaded
state: restarted
enabled: yes
daemon_reload: yes