Skip to content

Commit

Permalink
data-quality postgresql version selectable (#529)
Browse files Browse the repository at this point in the history
I merge this as is quite safe, tested and I need to do a release including it. Please feel free to comment.
  • Loading branch information
vjrj authored Dec 10, 2021
1 parent 563893a commit 14545bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/data_quality_filter_service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- common
- java
- {role: db-backup, db: postgres, db_name: "{{ dq_db_name }}", db_user: "{{ dq_db_user }}", db_password: "{{ dq_db_password }}" }
- {role: postgresql, pg_version: "13"}
- {role: postgresql, pg_version: "{{ data_quality_pg_version | default('13') }}"}
- {role: pg_instance, extensions: [], db_name: "{{ dq_db_name }}", db_user: "{{ dq_db_user }}", db_password: "{{ dq_db_password }}" }
- tomcat
- webserver
Expand Down

0 comments on commit 14545bc

Please sign in to comment.