You've already forked matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-07-12 22:41:50 +02:00
fix linter
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user