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 | 17c0029c69290af0c0f74912cb5eb196b37b322c (patch) | |
| tree | 34813bd8e1f978211241c6e9be7fb45d0759a973 /configure.yml | |
| parent | d386ee1f212b850ebbafc464cdda6b3c7fd65a4a (diff) | |
Add man pages role and explicitly install bash on machines
Diffstat (limited to 'configure.yml')
| -rw-r--r-- | configure.yml | 6 |
1 files changed, 6 insertions, 0 deletions
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" |
