Skip to content

Commit

Permalink
tweak autologin
Browse files Browse the repository at this point in the history
  • Loading branch information
IamLunchbox committed Jun 1, 2024
1 parent 65cbaf5 commit a4e8f13
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ansible/roles/base/tasks/i3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@
- lightdm-gtk-greeter
state: present
notify: Set graphical target
- name: Create lightdm subdir
ansible.builtin.file:
path: /etc/lightdm/lightdm.conf.d
state: directory
owner: root
group: root
mode: '0755'
- name: Enable autologin
ansible.builtin.template:
dest: /etc/lightdm/lightdm.conf.d/01_autologin.conf
Expand Down

0 comments on commit a4e8f13

Please sign in to comment.