1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00
iiab/roles/osm-vector-maps/tasks/main.yml

17 lines
442 B
YAML
Raw Normal View History

2020-01-26 10:34:24 +00:00
- name: Install osm-vector-maps
include_tasks: install.yml
when: osm_vector_maps_installed is undefined
2019-04-02 20:18:18 +00:00
2020-01-26 10:34:24 +00:00
- name: Install git repo copies of needed files
include_tasks: enable-or-disable.yml
2019-04-08 14:45:55 +00:00
2020-01-26 10:34:24 +00:00
- name: Setup NGINX
include_tasks: nginx.yml
when: nginx_enabled
2019-03-18 04:45:33 +00:00
2019-05-19 16:53:55 +00:00
# This depends on iiab-admin-console which is not yet installed
#- name: Run the script that does osm-vector-maps housekeeping
# shell: /usr/bin/iiab-update-map
2020-01-26 10:34:24 +00:00
# iiab.ini?