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