File tree Expand file tree Collapse file tree 1 file changed +2
-22
lines changed Expand file tree Collapse file tree 1 file changed +2
-22
lines changed Original file line number Diff line number Diff line change 14
14
- libosmpbf-dev
15
15
- make
16
16
- 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
39
19
40
20
- include_tasks : ../../../shared/project-account.yml
41
21
vars :
You can’t perform that action at this time.
0 commit comments