Skip to content

Commit fd609d6

Browse files
committed
chore: ensure target dir exists
1 parent fe4ec8d commit fd609d6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

ansible-nix/tasks/stage2/stage2-setup-postgres.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,13 @@
7373
owner: postgres
7474
group: postgres
7575

76+
- name: Ensure /usr/lib/postgresql/share/postgresql/pljava directory exists
77+
file:
78+
path: /usr/lib/postgresql/share/postgresql/pljava
79+
state: directory
80+
owner: postgres
81+
group: postgres
82+
7683
- name: import pgsodium_getkey script
7784
template:
7885
src: /tmp/ansible-playbook/files/pgsodium_getkey_readonly.sh.j2

common-nix.vars.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.6.1.62-nix-staged"
1+
postgres-version = "15.6.1.63-nix-staged"

0 commit comments

Comments
 (0)