瀏覽代碼
Merge pull request #1768 from etkecc/master
matrix-backup-borg - cleanup the .service from the systemd list
pull/1770/head
Slavi Pantaleev
4 年之前
committed by
GitHub
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 4AEE18F83AFDEB23
共有
1 個檔案被更改,包括
1 行新增 和
1 行删除
-
roles/matrix-backup-borg/tasks/init.yml
|
|
@@ -1,4 +1,4 @@ |
|
|
--- |
|
|
--- |
|
|
- set_fact: |
|
|
- 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 |
|
|
when: matrix_backup_borg_enabled|bool |