mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
duplicated commit
This commit is contained in:
parent
a394becedc
commit
522be2c2ec
1 changed files with 1 additions and 6 deletions
|
@ -16,18 +16,13 @@
|
||||||
- name: Installing vector map test page
|
- name: Installing vector map test page
|
||||||
include_role: roles/map-vector
|
include_role: roles/map-vector
|
||||||
when: map_vector_install
|
when: map_vector_install
|
||||||
tags: base, map, map-vector
|
tags: base, map
|
||||||
|
|
||||||
- name: Installing captive portal
|
- name: Installing captive portal
|
||||||
include_tasks: roles/captive-portal/tasks/main.yml
|
include_tasks: roles/captive-portal/tasks/main.yml
|
||||||
when: captive_portal_install
|
when: captive_portal_install
|
||||||
tags: base, captive-portal, network, domain
|
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
|
- name: Installing dhcpd
|
||||||
include_tasks: roles/network/tasks/dhcpd.yml
|
include_tasks: roles/network/tasks/dhcpd.yml
|
||||||
when: dhcpd_install
|
when: dhcpd_install
|
||||||
|
|
Loading…
Reference in a new issue