diff options
| author | Ahmed AbdelHalim <[email protected]> | 2025-12-22 17:25:45 +0100 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2025-12-22 17:25:45 +0100 |
| commit | e2c1a1b1800cee42eef57647ed206de8c6d39014 (patch) | |
| tree | 34813bd8e1f978211241c6e9be7fb45d0759a973 /molecule/archlinux | |
| parent | 3eab21abe31c41c22230bc7c2ccb76d58582eab3 (diff) | |
Add man pages role and explicitly install bash on machines
Diffstat (limited to 'molecule/archlinux')
| -rw-r--r-- | molecule/archlinux/converge.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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" |
