소스 검색
fix linter
pull/1755/head
Aine
4 년 전
No known key found for this signature in database
GPG 키 ID: 34969C908CCA2804
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
roles/matrix-backup-borg/tasks/setup_install.yml
|
|
|
@@ -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 |
|
|
|
|