File tree Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 27
27
- set_fact :
28
28
platform : " {{ platform_output.stdout }}"
29
29
30
- - name : Setup - determine postgres bin directory
31
- shell : pg_config --bindir
32
- register : pg_bindir_output
33
- - set_fact :
34
- pg_bindir : " {{ pg_bindir_output.stdout }}"
35
-
36
30
- name : Setup - import postgresql.conf
37
31
template :
38
32
src : files/postgresql_config/postgresql.conf.j2
Original file line number Diff line number Diff line change 1
1
# libsodium and pgsodium
2
+ - name : determine postgres bin directory
3
+ shell : pg_config --bindir
4
+ register : pg_bindir_output
5
+ - set_fact :
6
+ pg_bindir : " {{ pg_bindir_output.stdout }}"
7
+
2
8
- name : libsodium - download libsodium
3
9
get_url :
4
10
url : " https://download.libsodium.org/libsodium/releases/libsodium-{{ libsodium_release }}.tar.gz"
Original file line number Diff line number Diff line change 62
62
- update
63
63
- update-only
64
64
65
- - name : determine postgres bin directory
66
- shell : pg_config --bindir
67
- register : pg_bindir_output
68
- - set_fact :
69
- pg_bindir : " {{ pg_bindir_output.stdout }}"
70
4903
code>
-
71
65
- name : System - Create services.slice
72
66
template :
73
67
src : files/services.slice.j2
You can’t perform that action at this time.
0 commit comments