mirror of
https://github.com/vale981/matrix-docker-ansible-deploy
synced 2025-03-12 22:16:41 -04:00

* add borg backup * lint fix * add exlclude patterns * missed in the #1726 fix for honoroit * feedback * Fix indentation * feedback * feedback * feedback Co-authored-by: Slavi Pantaleev <slavi@devture.com>
4 lines
188 B
YAML
4 lines
188 B
YAML
---
|
|
- set_fact:
|
|
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-backup-borg.service', 'matrix-backup-borg.timer'] }}"
|
|
when: matrix_backup_borg_enabled|bool
|