Skip to content

Commit

Permalink
fix included postgres role name in matrix_servers
Browse files Browse the repository at this point in the history
  • Loading branch information
aine-etke authored Nov 19, 2023
1 parent c0595d6 commit 5bc8903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion group_vars/matrix_servers
Original file line number Diff line number Diff line change
Expand Up @@ -2101,7 +2101,7 @@ backup_borg_gid: "{{ matrix_user_gid }}"

backup_borg_container_network: "{{ devture_postgres_container_network if devture_postgres_enabled else backup_borg_identifier }}"

backup_borg_postgresql_version_detection_devture_postgres_role_name: "{{ 'galaxy/com.devture.ansible.role.postgres' if devture_postgres_enabled else '' }}"
backup_borg_postgresql_version_detection_devture_postgres_role_name: "{{ 'galaxy/postgres' if devture_postgres_enabled else '' }}"

backup_borg_container_image_self_build: "{{ matrix_architecture not in ['amd64', 'arm32', 'arm64'] }}"

Expand Down

0 comments on commit 5bc8903

Please sign in to comment.