From 7da9fda6db8e9fce02ba0f7871c75b3938f72d92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Mon, 7 Apr 2025 17:11:57 +0200 Subject: feat(roles/_workstation): add paccache hook --- 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 387b684..4e1b724 100644 --- a/site.workstation.yml +++ b/site.workstation.yml @@ -39,6 +39,9 @@ - role: _workstation/hosts - role: _workstation/doas + - role: _workstation/pacman + when: ansible_distribution in ["Archlinux"] + - role: _workstation/yay when: - ansible_distribution in ["Archlinux"] -- cgit v1.2.3