aboutsummaryrefslogtreecommitdiff
path: root/tasks/client_OpenBSD.yml
blob: a566949579e46da1e6a59e0af0daf6c9e482f3aa (plain)
1
2
3
4
5
6
7
---
- name: activate borg cron
  lineinfile:
    line: '0 23 * * * /usr/local/bin/adyxax_backup.sh'
    path: /var/cron/tabs/root
  notify: restart openbsd cron
...