feb git sync
This commit is contained in:
@ -14,13 +14,14 @@
|
||||
|
||||
# set up autologin
|
||||
- name: Drive health - configure autologin
|
||||
when: not install_kiosk | bool and not service_only | bool
|
||||
when: not install_kiosk | bool and not service_only | bool and not armcpu_check | bool
|
||||
include_tasks: autologin.yaml
|
||||
|
||||
# configure service-mode
|
||||
- name: Drive health - configure service-mode
|
||||
include_tasks: service_mode.yaml
|
||||
|
||||
# disablep autologin
|
||||
- name: Drive health - disable autologin
|
||||
when: install_kiosk | bool or service_only | bool
|
||||
include_tasks: autologin.yaml
|
||||
|
||||
# Install chrome kiosk
|
||||
- name: install chromium kiosk
|
||||
when: install_kiosk | bool and not service_only | bool
|
||||
|
||||
Reference in New Issue
Block a user