Ver a proveniência

lint fix

pull/1727/head
Aine há 4 anos
ascendente
cometimento
c15ba0088c
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 34969C908CCA2804
1 ficheiros alterados com 2 adições e 3 eliminações
  1. +2
    -3
      roles/matrix-backup-borg/tasks/setup_install.yml

+ 2
- 3
roles/matrix-backup-borg/tasks/setup_install.yml Ver ficheiro

@@ -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

Carregando…
Cancelar
Guardar