summaryrefslogtreecommitdiffstats
path: root/configure.yml
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-11-28 00:03:37 +0100
committerAhmed Abdelhalim <[email protected]>2025-11-29 17:52:39 +0100
commit2427127b814a85342b2279083eec60968554c53c (patch)
treeb1b5489f78d0634430893743dadb27d35a53f400 /configure.yml
parent5627a4ceabc73c90cf89a6dc8587c003f59415e2 (diff)
Add the minimal role to ensure which util/bin is installed on boot
Diffstat (limited to 'configure.yml')
-rw-r--r--configure.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.yml b/configure.yml
index 27ee3d3e..d7d6cd07 100644
--- a/configure.yml
+++ b/configure.yml
@@ -8,6 +8,7 @@
roles:
- role: "locales"
- role: "timezone"
+ - role: "which"
- role: "wireguard"
- role: "go"
- role: "python"