diff options
Diffstat (limited to 'molecule')
| -rw-r--r-- | molecule/archlinux-gnome/converge.yml | 2 | ||||
| -rw-r--r-- | molecule/archlinux/converge.yml | 2 | ||||
| -rw-r--r-- | molecule/debian/converge.yml | 2 | ||||
| -rw-r--r-- | molecule/raspberrypi/converge.yml | 2 | ||||
| -rw-r--r-- | molecule/ubuntu/converge.yml | 2 |
5 files changed, 10 insertions, 0 deletions
diff --git a/molecule/archlinux-gnome/converge.yml b/molecule/archlinux-gnome/converge.yml index c8a6c9ed..5ee30d59 100644 --- a/molecule/archlinux-gnome/converge.yml +++ b/molecule/archlinux-gnome/converge.yml @@ -49,6 +49,8 @@ roles: - role: "locales" - role: "timezone" + - role: "bash" + - role: "man" - role: "jq" - role: "yay" - role: "wireguard" 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" diff --git a/molecule/debian/converge.yml b/molecule/debian/converge.yml index 62277fa6..9d0c81f4 100644 --- a/molecule/debian/converge.yml +++ b/molecule/debian/converge.yml @@ -60,6 +60,8 @@ roles: - role: "locales" - role: "timezone" + - role: "bash" + - role: "man" - role: "jq" - role: "wireguard" - role: "gateway" diff --git a/molecule/raspberrypi/converge.yml b/molecule/raspberrypi/converge.yml index e634cddf..4861c10a 100644 --- a/molecule/raspberrypi/converge.yml +++ b/molecule/raspberrypi/converge.yml @@ -58,6 +58,8 @@ roles: - role: "locales" - role: "timezone" + - role: "bash" + - role: "man" - role: "jq" - role: "python" - role: "go" 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" |
