mirror of
https://github.com/borgbase/ansible-role-borgbackup.git
synced 2026-03-10 02:24:14 +01:00
remove conditional checks
This commit is contained in:
@@ -5,8 +5,6 @@
|
||||
state: present
|
||||
|
||||
- name: Add cron-job for borgmatic
|
||||
when:
|
||||
- borgmatic_timer is defined and borgmatic_timer == "cron"
|
||||
tags:
|
||||
- install_backup
|
||||
block:
|
||||
@@ -25,8 +23,6 @@
|
||||
state: absent
|
||||
|
||||
- name: Set PATH for borgmatic cron job.
|
||||
when:
|
||||
- borgmatic_timer is defined and borgmatic_timer == "cron"
|
||||
tags:
|
||||
- install_backup
|
||||
cron:
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
---
|
||||
- name: Create borgbackup timer
|
||||
when:
|
||||
- borgmatic_timer is defined
|
||||
- borgmatic_timer == "systemd"
|
||||
tags:
|
||||
- install_backup
|
||||
block:
|
||||
|
||||
Reference in New Issue
Block a user