db fully handeled by python

This commit is contained in:
2025-11-02 20:31:51 -08:00
parent 982b7a374d
commit 378b740d93
7 changed files with 171 additions and 61 deletions

View File

@ -2,7 +2,6 @@
# create and configure user account
- name: Drive health - set up user account
when: not quick_refresh | bool
include_tasks: user_setup.yaml
# create drive index service
@ -15,7 +14,7 @@
# set up autologin
- name: Drive health - configure autologin
when: not install_kiosk | bool
when: not install_kiosk | bool or not service_only | bool
include_tasks: autologin.yaml