diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-08 00:35:04 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-08 01:00:12 +0100 |
| commit | 27760196dee4db0631c6dceb21d0e721957c88b8 (patch) | |
| tree | af94e0038cae1b9dd843bf23193acb51b165e47d /molecule | |
| parent | 01b890a586b3fa9d7543b3bc271e6e87236d88b8 (diff) | |
Add wlctl role to install impala-like NetworkManager TUI
Diffstat (limited to 'molecule')
| -rw-r--r-- | molecule/archlinux-gnome/converge.yml | 1 | ||||
| -rw-r--r-- | molecule/archlinux/converge.yml | 1 | ||||
| -rw-r--r-- | molecule/debian/converge.yml | 1 | ||||
| -rw-r--r-- | molecule/raspberrypi/converge.yml | 1 | ||||
| -rw-r--r-- | molecule/ubuntu/converge.yml | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/molecule/archlinux-gnome/converge.yml b/molecule/archlinux-gnome/converge.yml index 503c89fd..b46634cc 100644 --- a/molecule/archlinux-gnome/converge.yml +++ b/molecule/archlinux-gnome/converge.yml @@ -77,3 +77,4 @@ - role: "alacritty" - role: "btop" - role: "bluetui" + - role: "wlctl" diff --git a/molecule/archlinux/converge.yml b/molecule/archlinux/converge.yml index 71b21772..030dbba8 100644 --- a/molecule/archlinux/converge.yml +++ b/molecule/archlinux/converge.yml @@ -76,4 +76,5 @@ - role: "alacritty" - role: "btop" - role: "bluetui" + - role: "wlctl" - role: "hyprland" diff --git a/molecule/debian/converge.yml b/molecule/debian/converge.yml index 3b350526..0b4d2762 100644 --- a/molecule/debian/converge.yml +++ b/molecule/debian/converge.yml @@ -86,3 +86,4 @@ - role: "fonts" - role: "alacritty" - role: "btop" + - role: "wlctl" diff --git a/molecule/raspberrypi/converge.yml b/molecule/raspberrypi/converge.yml index 732bc6a3..081843c8 100644 --- a/molecule/raspberrypi/converge.yml +++ b/molecule/raspberrypi/converge.yml @@ -83,3 +83,4 @@ - role: "fonts" - role: "alacritty" - role: "btop" + - role: "wlctl" diff --git a/molecule/ubuntu/converge.yml b/molecule/ubuntu/converge.yml index 81408ca2..621a94b2 100644 --- a/molecule/ubuntu/converge.yml +++ b/molecule/ubuntu/converge.yml @@ -75,3 +75,4 @@ - role: "fonts" - role: "alacritty" - role: "btop" + - role: "wlctl" |
