Skip to content

Commit 6e339ed

Browse files
authored
Merge pull request #257 from brendon-stephens/patch-1
set the default postgres version to "13" for RHEL9 (fixes #252)
2 parents 15b1eca + cd816ac commit 6e339ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vars/RedHat-9.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
__postgresql_version: "10"
2+
__postgresql_version: "13"
33
__postgresql_data_dir: "/var/lib/pgsql/data"
44
__postgresql_bin_path: "/usr/bin"
55
__postgresql_config_path: "/var/lib/pgsql/data"

0 commit comments

Comments
 (0)