set the default postgres version to "13" for RHEL9

This commit is contained in:
Brendon Stephens 2024-05-07 11:16:50 +10:00 committed by GitHub
parent 15b1eca56b
commit cd816ac737
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
---
__postgresql_version: "10"
__postgresql_version: "13"
__postgresql_data_dir: "/var/lib/pgsql/data"
__postgresql_bin_path: "/usr/bin"
__postgresql_config_path: "/var/lib/pgsql/data"