From 17c0029c69290af0c0f74912cb5eb196b37b322c Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 22 Dec 2025 17:25:45 +0100 Subject: Add man pages role and explicitly install bash on machines --- configure.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'configure.yml') diff --git a/configure.yml b/configure.yml index 0da310d5..790b4c39 100644 --- a/configure.yml +++ b/configure.yml @@ -9,6 +9,8 @@ - role: "locales" - role: "timezone" - role: "which" + - role: "bash" + - role: "man" - role: "jq" - role: "fonts" - role: "wireguard" @@ -35,6 +37,8 @@ roles: - role: "locales" - role: "timezone" + - role: "bash" + - role: "man" - role: "jq" - role: "fonts" - role: "wireguard" @@ -59,6 +63,8 @@ roles: - role: "locales" - role: "timezone" + - role: "bash" + - role: "man" - role: "jq" - role: "wireguard" - role: "gateway" -- cgit v1.2.3