ソースを参照

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

pull/1768/head
Aine 4年前
コミット
80c9551ef9
この署名に対応する既知のキーがデータベースに存在しません GPGキー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

読み込み中…
キャンセル
保存