mirror of
https://github.com/borgbase/ansible-role-borgbackup.git
synced 2025-10-25 11:24:41 +02:00
11 lines
284 B
YAML
11 lines
284 B
YAML
---
|
|
- name: Create borgbackup timer
|
|
when:
|
|
- borgmatic_timer is defined and borgmatic_timer | length > 0
|
|
tags:
|
|
- install_backup
|
|
block:
|
|
- name: Start timer install script
|
|
ansible.builtin.include_tasks:
|
|
file: noauto_create_timer_{{ borgmatic_timer }}.yml
|