Make autologin configurable

This commit is contained in:
2025-10-10 23:27:44 +02:00
parent 79ffc5858e
commit 660aa2e2fb

View File

@@ -44,6 +44,9 @@
- "/home/{{ user.name }}/.config/systemd/"
- "/home/{{ user.name }}/.config/systemd/user/"
- name: Configure autologin
when: user.autologin|default(true) is sameas True
block:
- name: Create directory for getty autologin
ansible.builtin.file:
state: directory