瀏覽代碼

matrix-backup-borg - cleanup the .service from the systemd list

pull/1768/head
Aine 4 年之前
父節點
當前提交
80c9551ef9
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 34969C908CCA2804
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      roles/matrix-backup-borg/tasks/init.yml

+ 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

Loading…
取消
儲存