Sfoglia il codice sorgente

lint fix

pull/1727/head
Aine 3 anni fa
parent
commit
c15ba0088c
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 34969C908CCA2804
1 ha cambiato i file con 2 aggiunte e 3 eliminazioni
  1. +2
    -3
      roles/matrix-backup-borg/tasks/setup_install.yml

+ 2
- 3
roles/matrix-backup-borg/tasks/setup_install.yml Vedi File

@@ -19,7 +19,6 @@
group: "{{ matrix_user_groupname }}" group: "{{ matrix_user_groupname }}"
mode: 0640 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 - name: Ensure borg passwd is created
template: template:
src: "{{ role_path }}/templates/passwd.j2" src: "{{ role_path }}/templates/passwd.j2"
@@ -89,10 +88,10 @@


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


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

Caricamento…
Annulla
Salva