Sfoglia il codice sorgente

fix linter

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

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

@@ -9,7 +9,7 @@

- name: Set the correct borg backup version to use
set_fact:
matrix_backup_borg_version: "{{ matrix_postgres_detected_version }}"
matrix_backup_borg_version: "{{ matrix_postgres_detected_version }}"
when: matrix_backup_borg_postgresql_enabled|bool and matrix_backup_borg_version == ''

- name: Ensure borg paths exist


Caricamento…
Annulla
Salva