diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-02-23 09:19:06 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-02-23 09:20:57 +0100 |
| commit | 3cd6aa49beed99b37099f297bdf96ec69469fe0e (patch) | |
| tree | 87d459e54e53239fd4b16a4e45edf4596c2a56b7 /molecule | |
| parent | 4916784d44a6dad5b90af11c675f6c11198b910b (diff) | |
Add teams role to linux distros
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/ubuntu/converge.yml | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/molecule/archlinux-gnome/converge.yml b/molecule/archlinux-gnome/converge.yml index ab22b57a..cb8a84d8 100644 --- a/molecule/archlinux-gnome/converge.yml +++ b/molecule/archlinux-gnome/converge.yml @@ -96,6 +96,7 @@ - role: "firefox" - role: "chromium" - role: "obsidian" + - role: "microsoft-teams" - role: "nvidia_gtx1060" - role: "steam" - role: "usbutils" diff --git a/molecule/archlinux/converge.yml b/molecule/archlinux/converge.yml index ee80aea4..55537e16 100644 --- a/molecule/archlinux/converge.yml +++ b/molecule/archlinux/converge.yml @@ -95,6 +95,7 @@ - role: "firefox" - role: "chromium" - role: "obsidian" + - role: "microsoft-teams" - role: "nvidia_gtx1060" - role: "steam" - role: "waybar" diff --git a/molecule/debian/converge.yml b/molecule/debian/converge.yml index 0b9c8d70..8acbc5ab 100644 --- a/molecule/debian/converge.yml +++ b/molecule/debian/converge.yml @@ -104,6 +104,7 @@ - role: "firefox" - role: "chromium" - role: "obsidian" + - role: "microsoft-teams" - role: "font" - role: "alacritty" - role: "btop" diff --git a/molecule/ubuntu/converge.yml b/molecule/ubuntu/converge.yml index c632116c..a7d5828b 100644 --- a/molecule/ubuntu/converge.yml +++ b/molecule/ubuntu/converge.yml @@ -93,6 +93,7 @@ - role: "firefox" - role: "chromium" - role: "obsidian" + - role: "microsoft-teams" - role: "font" - role: "alacritty" - role: "btop" |
