ソースを参照

fix linter

pull/1755/head
Aine 4年前
コミット
c520a758ec
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 34969C908CCA2804
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      roles/matrix-backup-borg/tasks/setup_install.yml

+ 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


読み込み中…
キャンセル
保存