diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2025-05-03 15:39:13 +0100 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2025-05-03 15:39:13 +0100 |
commit | e3e82df7e40b4716c2f81d7a65d4cbb95fe51eef (patch) | |
tree | fd57d8fcf9335391f7beae0101c7656536634ec2 /site.workstation.yml | |
parent | 7da9fda6db8e9fce02ba0f7871c75b3938f72d92 (diff) | |
download | rules-e3e82df7e40b4716c2f81d7a65d4cbb95fe51eef.tar.gz |
feat(roles/_workstation): suspend role for user
Diffstat (limited to 'site.workstation.yml')
-rw-r--r-- | site.workstation.yml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |