summaryrefslogtreecommitdiffstats
path: root/tasks/webmap.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tasks/webmap.yml')
-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: