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 --- molecule/archlinux/converge.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'molecule/archlinux') diff --git a/molecule/archlinux/converge.yml b/molecule/archlinux/converge.yml index 56d52922..91084759 100644 --- a/molecule/archlinux/converge.yml +++ b/molecule/archlinux/converge.yml @@ -49,6 +49,8 @@ roles: - role: "locales" - role: "timezone" + - role: "bash" + - role: "man" - role: "jq" - role: "yay" - role: "wireguard" -- cgit v1.2.3