瀏覽代碼
fix linter
pull/1755/head
Aine
4 年之前
沒有發現已知的金鑰在資料庫的簽署中
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 |
|
|
|
|