1
0
Fork 0
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:
A Holt 2019-05-19 13:39:42 -04:00 committed by GitHub
commit f834f16218
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 9 deletions

View file

@ -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

View file

@ -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