diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-02-06 23:16:06 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-02-06 23:16:06 +0100 |
| commit | 512e8239c29c3879d80fb218ed62d33c4990a2e6 (patch) | |
| tree | 4b8d25dabd9827a70cff32f20d7875d2024ba113 /molecule | |
| parent | b869f1a55f431ffdaaa49b3ec789c533881f3a0a (diff) | |
Add chromium role
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 f252c84f..f3b1a9a8 100644 --- a/molecule/archlinux-gnome/converge.yml +++ b/molecule/archlinux-gnome/converge.yml @@ -79,6 +79,7 @@ - role: "password_store" - role: "which" - role: "firefox" + - role: "chromium" - role: "obsidian" - role: "font" - role: "aur_font" diff --git a/molecule/archlinux/converge.yml b/molecule/archlinux/converge.yml index f8e4fa3a..7fa70007 100644 --- a/molecule/archlinux/converge.yml +++ b/molecule/archlinux/converge.yml @@ -78,6 +78,7 @@ - role: "password_store" - role: "which" - role: "firefox" + - role: "chromium" - role: "obsidian" - role: "font" - role: "aur_font" diff --git a/molecule/debian/converge.yml b/molecule/debian/converge.yml index 43332226..cbe4b104 100644 --- a/molecule/debian/converge.yml +++ b/molecule/debian/converge.yml @@ -89,6 +89,7 @@ - role: "password_store" - role: "which" - role: "firefox" + - role: "chromium" - role: "obsidian" - role: "font" - role: "alacritty" diff --git a/molecule/raspberrypi/converge.yml b/molecule/raspberrypi/converge.yml index 523e233c..8d478e8b 100644 --- a/molecule/raspberrypi/converge.yml +++ b/molecule/raspberrypi/converge.yml @@ -86,6 +86,7 @@ - role: "password_store" - role: "which" - role: "firefox" + - role: "chromium" - role: "font" - role: "alacritty" - role: "btop" diff --git a/molecule/ubuntu/converge.yml b/molecule/ubuntu/converge.yml index c3605d35..a8053ff4 100644 --- a/molecule/ubuntu/converge.yml +++ b/molecule/ubuntu/converge.yml @@ -78,6 +78,7 @@ - role: "password_store" - role: "which" - role: "firefox" + - role: "chromium" - role: "obsidian" - role: "font" - role: "alacritty" |
