소스 검색
matrix-backup-borg - cleanup the .service from the systemd list
pull/1768/head
Aine
4 년 전
No known key found for this signature in database
GPG 키 ID: 34969C908CCA2804
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
roles/matrix-backup-borg/tasks/init.yml
|
|
|
@@ -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 |