db fully handeled by python
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user