소스 검색

lint fix

pull/1727/head
Aine 4 년 전
부모
커밋
c15ba0088c
No known key found for this signature in database GPG 키 ID: 34969C908CCA2804
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. +2
    -3
      roles/matrix-backup-borg/tasks/setup_install.yml

+ 2
- 3
roles/matrix-backup-borg/tasks/setup_install.yml 파일 보기

@@ -19,7 +19,6 @@
group: "{{ matrix_user_groupname }}"
mode: 0640

# the passwd file with correct username, UID and GID is mandatory to work with borg over ssh, otherwise ssh connections will fail
- name: Ensure borg passwd is created
template:
src: "{{ role_path }}/templates/passwd.j2"
@@ -89,10 +88,10 @@

- name: Ensure matrix-backup-borg.service enabled
service:
enabled: yes
enabled: true
name: matrix-backup-borg.service

- name: Ensure matrix-backup-borg.timer enabled
service:
enabled: yes
enabled: true
name: matrix-backup-borg.timer

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