Deactivated restart because it isn't possible at this point

This commit is contained in:
Kevin Veen-Birkenbach 2025-04-16 10:26:50 +02:00
parent de94fe4ae3
commit 91fba5dbeb
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E
2 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,5 @@
- name: "Reload and restart cleanup-failed-docker-backups.cymais.service" - name: "Reload cleanup-failed-docker-backups.cymais.service"
systemd: systemd:
name: cleanup-failed-docker-backups.cymais.service name: cleanup-failed-docker-backups.cymais.service
enabled: yes enabled: yes
daemon_reload: yes daemon_reload: yes
state: restarted

View File

@ -19,7 +19,7 @@
template: template:
src: cleanup-failed-docker-backups.service.j2 src: cleanup-failed-docker-backups.service.j2
dest: /etc/systemd/system/cleanup-failed-docker-backups.cymais.service dest: /etc/systemd/system/cleanup-failed-docker-backups.cymais.service
notify: Reload and restart cleanup-failed-docker-backups.cymais.service notify: Reload cleanup-failed-docker-backups.cymais.service
when: run_once_cleanup_failed_docker_backups is not defined when: run_once_cleanup_failed_docker_backups is not defined
- name: set service_name to the name of the current role - name: set service_name to the name of the current role