Skip to content

Commit bc2b4cc

Browse files
committed
fix: var name
1 parent 9b078d0 commit bc2b4cc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ansible/tasks/stage2-setup-postgres.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
cmd: >
1616
sed -i 's/ timescaledb,//g'
1717
/etc/postgresql/postgresql.conf
18-
when: is_psql_orioledb_16 and stage2_nix
18+
when: is_psql_oriole_16 and stage2_nix
1919
become: yes
2020

2121
- name: Remove specified extensions from supautils.conf if oriole-16 build
@@ -280,4 +280,4 @@
280280
ansible.builtin.lineinfile:
281281
path: /etc/environment.d/postgresql.env
282282
line: 'GRN_PLUGINS_DIR=/var/lib/postgresql/.nix-profile/lib/groonga/plugins'
283-
become: yes
283+
become: yes

ansible/vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ postgres_major:
1212
postgres_release:
1313
#postgres15: "15.8.1.003-staging-5"
1414
#postgres16: "16.3.1.000-staging-5"
15-
postgresoriole-16: "orioledb-16.3.1.000-staging-9"
15+
postgresoriole-16: "orioledb-16.3.1.000-staging-10"
1616

1717
# Non Postgres Extensions
1818
pgbouncer_release: "1.19.0"

0 commit comments

Comments
 (0)