Merge pull request #1768 from etkecc/master

matrix-backup-borg - cleanup the .service from the systemd list
This commit is contained in:
Slavi Pantaleev 2022-04-19 19:46:15 +03:00 committed by GitHub
commit ad42872466
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
---
- set_fact:
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-backup-borg.service', 'matrix-backup-borg.timer'] }}"
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-backup-borg.timer'] }}"
when: matrix_backup_borg_enabled|bool