mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Merge pull request #1679 from holta/osm-vector-maps-ansible-install
Move osm-vector-maps install from 4-server-options to 7-edu-apps stage
This commit is contained in:
commit
f834f16218
2 changed files with 3 additions and 9 deletions
|
@ -13,12 +13,6 @@
|
|||
when: named_install
|
||||
tags: base, named, network, domain
|
||||
|
||||
- name: Installing vector map test page
|
||||
include_role:
|
||||
name: osm-vector-maps
|
||||
when: osm_vector_maps_install
|
||||
tags: base, map
|
||||
|
||||
- name: Installing captive portal
|
||||
include_tasks: roles/captive-portal/tasks/main.yml
|
||||
when: captive_portal_install
|
||||
|
|
|
@ -27,18 +27,18 @@
|
|||
when: moodle_install
|
||||
tags: olpc, moodle
|
||||
|
||||
- name: OSM_VECTOR_MAPS
|
||||
- name: OSM-VECTOR-MAPS
|
||||
include_role:
|
||||
name: osm-vector-maps
|
||||
when: osm_vector_maps_install
|
||||
tags: osm
|
||||
tags: osm, maps
|
||||
|
||||
# UNMAINTAINED
|
||||
- name: OSM
|
||||
include_role:
|
||||
name: osm
|
||||
when: osm_install is defined and osm_install
|
||||
tags: osm
|
||||
tags: osm, maps
|
||||
|
||||
# UNMAINTAINED
|
||||
- name: PATHAGAR
|
||||
|
|
Loading…
Reference in a new issue