8000
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 9de2b35 commit 6b39947Copy full SHA for 6b39947
ansible/tasks/postgres-extensions/01-postgis.yml
@@ -16,6 +16,16 @@
16
cache_valid_time: 3600
17
install_recommends: no
18
19
+- name: postgis - ensure dependencies do not get autoremoved
20
+ shell: |
21
+ set -e
22
+ apt-mark manual libgeos* libproj* libgdal* libjson-c* libxml2* libboost* libcgal* libmpfr* libgmp*
23
+ apt-mark auto libgeos*-dev libproj*-dev libgdal*-dev libjson-c*-dev libxml2*-dev libboost*-dev libcgal*-dev libmpfr*-dev libgmp*-dev
24
+
25
+ become: yes
26
+ args:
27
+ executable: /bin/bash
28
29
- name: postgis - download SFCGAL dependency
30
get_url:
31
url: "https://gitlab.com/Oslandia/SFCGAL/-/archive/v{{ sfcgal_release }}/SFCGAL-v{{ sfcgal_release }}.tar.gz"
0 commit comments