File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 19
19
- name : Kong - deb installation
20
20
apt : deb=file:///tmp/kong.deb
21
21
22
- - name : Kong - ensure it is NOT autoremovd
23
- shell : apt-mark manual kong
22
+ - name : Kong - ensure it is NOT autoremoved
23
+ shell : |
24
+ set -e
25
+ apt-mark manual kong zlib1g*
24
26
25
27
- name : Kong - configuration
26
28
template :
Original file line number Diff line number Diff line change 9
9
- libpq5
10
10
- libnuma-dev
11
11
12
+ - name : postgis - ensure dependencies do not get autoremoved
13
+ shell : |
14
+ set -e
15
+ apt-mark manual libnuma*
16
+ apt-mark auto libnuma*-dev
17
+
12
18
- name : PostgREST - download ubuntu binary archive (arm)
13
19
get_url :
14
20
url : " https://github.com/PostgREST/postgrest/releases/download/v{{ postgrest_release }}/postgrest-v{{ postgrest_release }}-ubuntu-aarch64.tar.xz"
Original file line number Diff line number Diff line change 1
- postgres-version = " 14.1.0.62 "
1
+ postgres-version = " 14.1.0.63 "
You can’t perform that action at this time.
0 commit comments