We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02583d0 commit 7fc4fb7Copy full SHA for 7fc4fb7
ansible-nix/tasks/setup-postgres.yml
@@ -67,6 +67,12 @@
67
create: yes
68
become: yes
69
70
+- name: Make sure .bashrc exists
71
+ file:
72
+ path: /var/lib/postgresql/.bashrc
73
+ state: touch
74
+ owner: postgres
75
+ group: postgres
76
77
- name: Add LANG items to .bashrc
78
lineinfile:
common-nix.vars.pkr.hcl
@@ -1 +1 @@
1
-postgres-version = "15.6.1.72-nix-staged"
+postgres-version = "15.6.1.73-nix-staged"
0 commit comments