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 e6f3bfc commit 7115025Copy full SHA for 7115025
ansible/tasks/setup-postgres.yml
@@ -36,13 +36,6 @@
36
path: '/tmp/build'
37
state: 'absent'
38
39
- - name: Create symlink to /usr/lib/postgresql/bin
40
- ansible.builtin.file:
41
- force: true
42
- path: '/usr/lib/postgresql/bin'
43
- src: "/usr/lib/postgresql/{{ postgresql_major }}/bin"
44
- state: 'link'
45
-
46
- name: execute stage2_nix tasks
47
when:
48
- stage2_nix
@@ -187,9 +180,9 @@
187
180
188
181
189
182
# init DB
190
-- name: init the db when (debpkg_mode or nixpkg_mode or stage2_nix)
183
+- name: init the db when (debpkg_mode or nixpkg_mode)
191
184
192
- - (debpkg_mode or nixpkg_mode or stage2_nix)
185
+ - (debpkg_mode or nixpkg_mode)
193
186
block:
194
- name: Create symlink to /usr/lib/postgresql/bin
195
ansible.builtin.file:
0 commit comments