diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2025-04-07 17:11:57 +0200 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2025-04-07 17:11:57 +0200 |
commit | 7da9fda6db8e9fce02ba0f7871c75b3938f72d92 (patch) | |
tree | 8da071c85a33715a7996021af2faec1a03888b24 /site.workstation.yml | |
parent | e6c5924c8a5250d00dd5e89ca31c21490bf3face (diff) | |
download | rules-7da9fda6db8e9fce02ba0f7871c75b3938f72d92.tar.gz |
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 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"] |