Ver a proveniência

fix linter

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

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

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


- name: Set the correct borg backup version to use - name: Set the correct borg backup version to use
set_fact: 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 == '' when: matrix_backup_borg_postgresql_enabled|bool and matrix_backup_borg_version == ''


- name: Ensure borg paths exist - name: Ensure borg paths exist


Carregando…
Cancelar
Guardar