Skip to content

Commit 37ff44e

Browse files
committed
osmbin: Passage aux paquets osmium de debian
1 parent 33ac559 commit 37ff44e

File tree

1 file changed

+2
-22
lines changed

1 file changed

+2
-22
lines changed

roles/osmbin/tasks/main.yml

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -14,28 +14,8 @@
1414
- libosmpbf-dev
1515
- make
1616
- pkg-config
17-
# osmium needs to support <bbox> in diff, added in libosmium version 2.15.2
18-
# the version requirement is added by following package osmium-2.15.2-or-later_1.0_all.deb
19-
# - osmium-tool
20-
# - pyosmium>
21-
22-
- name: init /root/packages/
23-
file:
24-
path: /root/packages/
25-
state: directory
26-
27-
- name: install additional local packages
28-
copy:
29-
src: "{{ item }}"
30-
dest: "/root/packages/{{ item }}"
31-
with_items:
32-
- osmium-2.15.2-or-later_1.0_all.deb
33-
34-
- name: install additional local packages
35-
apt:
36-
deb: /root/packages/{{ item }}
37-
with_items:
38-
- osmium-2.15.2-or-later_1.0_all.deb
17+
- osmium-tool
18+
- pyosmium
3919

4020
- include_tasks: ../../../shared/project-account.yml
4121
vars:

0 commit comments

Comments
 (0)