aboutsummaryrefslogtreecommitdiff
path: root/tasks/client_Alpine.yml
blob: 3334be5f8e78dbebeb5c99a54af0c6ae62a138d9 (plain)
1
2
3
4
5
6
---
- name: activate borg cron
  lineinfile:
    line: '0 23 * * * /usr/local/bin/adyxax_backup.sh'
    path: /etc/crontabs/root
...