소스 검색

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
부모
커밋
ad42872466
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
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

불러오는 중...
취소
저장