mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
include_role (not include_task) captiveportal, so 'template' works
This commit is contained in:
parent
74757aa9ae
commit
27428d2777
1 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,9 @@
|
|||
|
||||
# Is porting to Python 3 complete, and if so does this belong elsewhere?
|
||||
- name: CAPTIVE PORTAL
|
||||
include_tasks: roles/captiveportal/tasks/main.yml
|
||||
include_role:
|
||||
name: captiveportal
|
||||
#include_tasks: roles/captiveportal/tasks/main.yml
|
||||
when: captiveportal_install | bool
|
||||
#tags: base, captiveportal, network, domain
|
||||
|
||||
|
|
Loading…
Reference in a new issue