1
0
Fork 0

Fixed borg cron not working on openbsd

This commit is contained in:
Julien Dessaux 2019-07-16 12:04:53 +02:00
parent dfc762b005
commit 44ce839172
3 changed files with 7 additions and 6 deletions

View file

@ -1,6 +1,6 @@
---
- name: reload openbsd cron
- name: restart openbsd cron
service:
name: cron
state: reloaded
state: restarted
...