Enable only error output for cron job
This commit is contained in:
parent
f4d6366253
commit
dee49f5405
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
minute: "{{ borgmatic_timer_minute }}"
|
minute: "{{ borgmatic_timer_minute }}"
|
||||||
user: "{{ borg_user }}"
|
user: "{{ borg_user }}"
|
||||||
cron_file: "{{ borgmatic_timer_cron_name }}"
|
cron_file: "{{ borgmatic_timer_cron_name }}"
|
||||||
job: "borgmatic -c /etc/borgmatic/{{ borgmatic_config_name }}"
|
job: "borgmatic -c /etc/borgmatic/{{ borgmatic_config_name }} >/dev/null"
|
||||||
|
|
||||||
- name: "Borg | Init borg repository"
|
- name: "Borg | Init borg repository"
|
||||||
ansible.builtin.expect:
|
ansible.builtin.expect:
|
||||||
|
|
Loading…
Reference in a new issue