mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +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
|
||||
file:
|
||||
path: "{{ vector_map_path }}/maplist/assets" # /library/www/osm-vector-maps
|
||||
|
|
Loading…
Reference in a new issue