We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c13a58 commit 07117e3Copy full SHA for 07117e3
ansible/vars.yml
@@ -3,14 +3,14 @@ ebssurrogate_mode: true
3
async_mode: true
4
5
postgres_major:
6
- - "15"
7
- - "16"
+ #- "15"
+ #- "16"
8
- "oriole-16"
9
10
# Full version strings for each major version
11
postgres_release:
12
- postgres15: "15.8.1.003-staging-5"
13
- postgres16: "16.3.1.000-staging-5"
+ #postgres15: "15.8.1.003-staging-5"
+ #postgres16: "16.3.1.000-staging-5"
14
postgresoriole-16: "oriole-16.3.1.000-staging-1"
15
16
# Non Postgres Extensions
0 commit comments