diff --git a/ansible/tasks/stage2-setup-postgres.yml b/ansible/tasks/stage2-setup-postgres.yml index 685aa651d..f1082347f 100644 --- a/ansible/tasks/stage2-setup-postgres.yml +++ b/ansible/tasks/stage2-setup-postgres.yml @@ -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 @@ -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 \ No newline at end of file + become: yes diff --git a/ansible/vars.yml b/ansible/vars.yml index e16af209a..74e26989e 100644 --- a/ansible/vars.yml +++ b/ansible/vars.yml @@ -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"