mirror of
https://github.com/borgbase/ansible-role-borgbackup.git
synced 2024-11-19 19:07:42 +01:00
parent
b99de011fc
commit
cce04c3648
@ -125,7 +125,7 @@
|
|||||||
minute: "{{ borgmatic_cron_minute }}"
|
minute: "{{ borgmatic_cron_minute }}"
|
||||||
user: "root"
|
user: "root"
|
||||||
cron_file: "{{ borgmatic_cron_name }}"
|
cron_file: "{{ borgmatic_cron_name }}"
|
||||||
job: "borgmatic"
|
job: "borgmatic -c /etc/borgmatic/{{ borgmatic_config_name }}"
|
||||||
- name: Ensure separate check cron job is absent
|
- name: Ensure separate check cron job is absent
|
||||||
cron:
|
cron:
|
||||||
name: "{{ borgmatic_cron_name }}-check"
|
name: "{{ borgmatic_cron_name }}-check"
|
||||||
|
Loading…
Reference in New Issue
Block a user