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 2727- set_fact :
2828 platform : " {{ platform_output.stdout }}"
2929
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-
3630- name : Setup - import postgresql.conf
3731 template :
3832 src : files/postgresql_config/postgresql.conf.j2
Original file line number Diff line number Diff line change 11# 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+
28- name : libsodium - download libsodium
39 get_url :
410 url : " https://download.libsodium.org/libsodium/releases/libsodium-{{ libsodium_release }}.tar.gz"
Original file line number Diff line number Diff line change 6262 - update
6363 - update-only
6464
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-
7165- name : System - Create services.slice
7266 template :
7367 src : files/services.slice.j2
You can’t perform that action at this time.
0 commit comments