mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
OSM- ensure php{{ php_version }}-sqlite3 is installed
This commit is contained in:
parent
5127771fdf
commit
1957993435
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
- name: Install php{{ php_version }}-sqlite3
|
||||||
|
package:
|
||||||
|
name: "php{{ php_version }}-sqlite3"
|
||||||
|
state: present
|
||||||
|
|
||||||
- name: Ensure directory {{ vector_map_path }}/maplist/assets exists
|
- name: Ensure directory {{ vector_map_path }}/maplist/assets exists
|
||||||
file:
|
file:
|
||||||
path: "{{ vector_map_path }}/maplist/assets" # /library/www/osm-vector-maps
|
path: "{{ vector_map_path }}/maplist/assets" # /library/www/osm-vector-maps
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue