mirror of
https://github.com/vale981/matrix-docker-ansible-deploy
synced 2025-03-06 10:21:40 -05:00
4 lines
158 B
YAML
4 lines
158 B
YAML
---
|
|
- set_fact:
|
|
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-backup-borg.timer'] }}"
|
|
when: matrix_backup_borg_enabled|bool
|