8 lines
164 B
YAML
8 lines
164 B
YAML
|
---
|
||
|
|
||
|
- name: Ensure a job that run to backup data
|
||
|
ansible.builtin.cron:
|
||
|
name: "borg backup"
|
||
|
special_time: "daily"
|
||
|
job: "/usr/bin/backup"
|
||
|
become: yes
|