summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2024-06-10 06:00:35 +0200
committerGuilhem Moulin <guilhem@fripost.org>2024-06-10 06:09:29 +0200
commit2ef8e72c98b69ecca07dc1b35b60f515e26aa5e3 (patch)
treee9a098f6d4ad4dba7610938161e4d88d2cc93281
parentf6d309374402a14052c50bca908f2c251d3d0c53 (diff)
Install unzip.
-rw-r--r--tasks/webmap.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/tasks/webmap.yml b/tasks/webmap.yml
index 2fff3bc..9b60359 100644
--- a/tasks/webmap.yml
+++ b/tasks/webmap.yml
@@ -1,6 +1,9 @@
- name: Install gdal-bin
apt: pkg=gdal-bin install-recommends=true
+- name: Install unzip
+ apt: pkg=unzip
+
- name: Install python dependencies
apt: pkg={{ packages }}
vars: