File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
13
13
- name : Remove 'timescaledb,' from postgresql.conf if oriole-16 build
14
14
ansible.builtin.command :
15
- cmd : sed -i 's/timescaledb,//g' /etc/postgresql/postgresql.conf
15
+ cmd : sed -i 's/ timescaledb,//g' /etc/postgresql/postgresql.conf
16
16
when : is_psql_oriole_16 and stage2_nix
17
17
become : yes
18
18
- name : Remove 'timescaledb,' from supautils.conf
19
19
ansible.builtin.command :
20
- cmd : sed -i 's/timescaledb,//g' /etc/postgresql-custom/supautils.conf
20
+ cmd : sed -i 's/ timescaledb,//g' /etc/postgresql-custom/supautils.conf
21
21
when : is_psql_oriole_16 and stage2_nix
22
22
become : yes
23
23
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ postgres_major:
11
11
postgres_release :
12
12
# postgres15: "15.8.1.003-staging-5"
13
13
# postgres16: "16.3.1.000-staging-5"
14
- postgresoriole-16 : " oriole-16.3.1.000-staging-5 "
14
+ postgresoriole-16 : " oriole-16.3.1.000-staging-6 "
15
15
16
16
# Non Postgres Extensions
17
17
pgbouncer_release : " 1.19.0"
You can’t perform that action at this time.
0 commit comments