From 574c4f2c3e891d7c2115812716c1712eddb03fce Mon Sep 17 00:00:00 2001 From: L3D Date: Sat, 28 Feb 2026 14:14:08 +0100 Subject: [PATCH] Adding autologin --- collections/ansible_collections/l3d/voc | 2 +- site.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/collections/ansible_collections/l3d/voc b/collections/ansible_collections/l3d/voc index 21a036f..033a74a 160000 --- a/collections/ansible_collections/l3d/voc +++ b/collections/ansible_collections/l3d/voc @@ -1 +1 @@ -Subproject commit 21a036f03757f9af3961441943eb54d857508b9c +Subproject commit 033a74a15c8dbab48719f295450ecbaf068b6e24 diff --git a/site.yml b/site.yml index aa4cdaa..fa039d2 100644 --- a/site.yml +++ b/site.yml @@ -9,6 +9,7 @@ roles: - {role: l3d.voc.users, tags: [user]} - {role: l3d.voc.dotfiles, tags: [user]} + - {role: l3d.voc.autologin, tags: [login]} - {role: l3d.avahi.client, tags: [avahi]} - {role: l3d.avahi.daemon, tags: [avahi]} - {role: l3d.wm.sway, tags: [sway]}