Skip to content

Commit

Permalink
osmbin: Passage aux paquets osmium de debian
Browse files Browse the repository at this point in the history
  • Loading branch information
jocelynj committed Jan 16, 2025
1 parent 33ac559 commit 37ff44e
Showing 1 changed file with 2 additions and 22 deletions.
24 changes: 2 additions & 22 deletions roles/osmbin/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,8 @@
- libosmpbf-dev
- make
- pkg-config
# osmium needs to support <bbox> in diff, added in libosmium version 2.15.2
# the version requirement is added by following package osmium-2.15.2-or-later_1.0_all.deb
# - osmium-tool
# - pyosmium>

- name: init /root/packages/
file:
path: /root/packages/
state: directory

- name: install additional local packages
copy:
src: "{{ item }}"
dest: "/root/packages/{{ item }}"
with_items:
- osmium-2.15.2-or-later_1.0_all.deb

- name: install additional local packages
apt:
deb: /root/packages/{{ item }}
with_items:
- osmium-2.15.2-or-later_1.0_all.deb
- osmium-tool
- pyosmium

- include_tasks: ../../../shared/project-account.yml
vars:
Expand Down

0 comments on commit 37ff44e

Please sign in to comment.