From e3e82df7e40b4716c2f81d7a65d4cbb95fe51eef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Sat, 3 May 2025 15:39:13 +0100 Subject: feat(roles/_workstation): suspend role for user --- site.workstation.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'site.workstation.yml') diff --git a/site.workstation.yml b/site.workstation.yml index 4e1b724..76fc3a6 100644 --- a/site.workstation.yml +++ b/site.workstation.yml @@ -56,6 +56,9 @@ - role: _workstation/smartcard when: ansible_distribution in ["Archlinux", "OpenBSD"] + + - role: _workstation/sleep + when: ansible_distribution in ["Archlinux"] - role: _workstation/pipewire when: ansible_distribution in ["Archlinux"] - role: _workstation/cronie -- cgit v1.2.3