mirror of
https://github.com/borgbase/ansible-role-borgbackup.git
synced 2025-12-03 20:03:49 +01:00
9 lines
262 B
YAML
9 lines
262 B
YAML
---
|
|
- name: Install timer to run Borgmatic
|
|
when:
|
|
- borgmatic_timer is defined and borgmatic_timer | length > 0
|
|
block:
|
|
- name: Start timer install script
|
|
ansible.builtin.include_tasks:
|
|
file: noauto_create_timer_{{ borgmatic_timer }}.yml
|