Explorar el Código

fix linter

pull/1755/head
Aine hace 4 años
padre
commit
c520a758ec
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 34969C908CCA2804
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      roles/matrix-backup-borg/tasks/setup_install.yml

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

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


Cargando…
Cancelar
Guardar