Skip to content

Commit 5349162

Browse files
committed
Fix postgres_release['postgres15']
1 parent dea254b commit 5349162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ postgres_major:
1111

1212
# Full version strings for each major version
1313
postgres_release:
14-
postgres15: "15.8.1.004-repack-nonsuperuser"
14+
postgres15: "15.8.1.004-repack"
1515
postgres16: "16.3.1.010"
1616

1717
# Non Postgres Extensions

0 commit comments

Comments
 (0)