1
0
Fork 0
myserver-configuration/roles/borg/tasks/cron.yml

8 lines
164 B
YAML
Raw Permalink Normal View History

2023-06-09 02:23:19 +02:00
---
- name: Ensure a job that run to backup data
ansible.builtin.cron:
name: "borg backup"
special_time: "daily"
job: "/usr/bin/backup"
become: yes