diff options
| author | Ahmed AbdelHalim <[email protected]> | 2026-02-18 19:19:42 +0100 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2026-02-18 19:19:42 +0100 |
| commit | bb4ce6b5f53c4a299ab178f50900afce18edd83e (patch) | |
| tree | bb0ae637754768f054df38595016c3e01cbaddab /molecule | |
| parent | 7a18dc913531ea8626ce36380669b78c3bc2e94b (diff) | |
Add the role to install steam on archlinux
Diffstat (limited to 'molecule')
| -rw-r--r-- | molecule/archlinux-gnome/converge.yml | 1 | ||||
| -rw-r--r-- | molecule/archlinux/converge.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/molecule/archlinux-gnome/converge.yml b/molecule/archlinux-gnome/converge.yml index 5005582d..f4284299 100644 --- a/molecule/archlinux-gnome/converge.yml +++ b/molecule/archlinux-gnome/converge.yml @@ -89,6 +89,7 @@ - role: "firefox" - role: "chromium" - role: "obsidian" + - role: "steam" - role: "font" - role: "aur_font" - role: "alacritty" diff --git a/molecule/archlinux/converge.yml b/molecule/archlinux/converge.yml index cf5eff69..8a2f561e 100644 --- a/molecule/archlinux/converge.yml +++ b/molecule/archlinux/converge.yml @@ -87,6 +87,7 @@ - role: "firefox" - role: "chromium" - role: "obsidian" + - role: "steam" - role: "font" - role: "aur_font" - role: "alacritty" |
