diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2024-06-10 06:00:35 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2024-06-10 06:09:29 +0200 |
commit | 2ef8e72c98b69ecca07dc1b35b60f515e26aa5e3 (patch) | |
tree | e9a098f6d4ad4dba7610938161e4d88d2cc93281 /tasks | |
parent | f6d309374402a14052c50bca908f2c251d3d0c53 (diff) |
Install unzip.
Diffstat (limited to 'tasks')
-rw-r--r-- | tasks/webmap.yml | 3 |
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: |