[borgbackups] Make use of handlers

certbot_on_virtu
_pollion 2020-12-03 03:36:57 +01:00
parent acafd5b7c8
commit 2850679ced
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
- name: restart cron
service:
name: cron
state: restarted

View File

@ -45,4 +45,5 @@
template:
src: "cron.d/borg.j2"
dest: "/etc/cron.d/borg"
notify: restart cron