mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
Merge branch 'osm2map' of https://github.com/georgejhunt/iiab into osm2map
This commit is contained in:
commit
a394becedc
1 changed files with 5 additions and 0 deletions
|
@ -23,6 +23,11 @@
|
|||
when: captive_portal_install
|
||||
tags: base, captive-portal, network, domain
|
||||
|
||||
- name: Installing vector maps
|
||||
include_tasks: roles/map-vector/tasks/main.yml
|
||||
when: map_vector_install
|
||||
tags: base, map
|
||||
|
||||
- name: Installing dhcpd
|
||||
include_tasks: roles/network/tasks/dhcpd.yml
|
||||
when: dhcpd_install
|
||||
|
|
Loading…
Reference in a new issue