node.js dashboard works
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
# create and configure user account
|
||||
- name: Drive health - initialize early steps
|
||||
include_tasks: initialiaze.yaml
|
||||
include_tasks: initialize.yaml
|
||||
|
||||
# create drive index service
|
||||
- name: Drive health - drive_index service
|
||||
@ -14,14 +14,14 @@
|
||||
|
||||
# set up autologin
|
||||
- name: Drive health - configure autologin
|
||||
when: not install_kiosk | bool or not service_only | bool
|
||||
when: not install_kiosk | bool and not service_only | bool
|
||||
include_tasks: autologin.yaml
|
||||
|
||||
# configure service-mode
|
||||
- name: Drive health - configure autologin
|
||||
- name: Drive health - configure service-mode, disable autologin
|
||||
when: install_kiosk | bool or service_only | bool
|
||||
include_tasks: service_mode.yaml
|
||||
|
||||
|
||||
# Install chrome kiosk
|
||||
- name: install chromium kiosk
|
||||
when: install_kiosk | bool and not service_only | bool
|
||||
|
||||
Reference in New Issue
Block a user