feb git sync

This commit is contained in:
2026-02-11 14:00:11 -08:00
parent 94c31f4be3
commit 978f640e96
13 changed files with 571 additions and 139 deletions

View File

@ -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