Skip to content

Commit

Permalink
fix: var name
Browse files Browse the repository at this point in the history
  • Loading branch information
samrose committed Oct 24, 2024
1 parent 9b078d0 commit bc2b4cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ansible/tasks/stage2-setup-postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
cmd: >
sed -i 's/ timescaledb,//g'
/etc/postgresql/postgresql.conf
when: is_psql_orioledb_16 and stage2_nix
when: is_psql_oriole_16 and stage2_nix
become: yes

- name: Remove specified extensions from supautils.conf if oriole-16 build
Expand Down Expand Up @@ -280,4 +280,4 @@
ansible.builtin.lineinfile:
path: /etc/environment.d/postgresql.env
line: 'GRN_PLUGINS_DIR=/var/lib/postgresql/.nix-profile/lib/groonga/plugins'
become: yes
become: yes
2 changes: 1 addition & 1 deletion ansible/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ postgres_major:
postgres_release:
#postgres15: "15.8.1.003-staging-5"
#postgres16: "16.3.1.000-staging-5"
postgresoriole-16: "orioledb-16.3.1.000-staging-9"
postgresoriole-16: "orioledb-16.3.1.000-staging-10"

# Non Postgres Extensions
pgbouncer_release: "1.19.0"
Expand Down

0 comments on commit bc2b4cc

Please sign in to comment.