diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-02-19 14:33:05 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-02-19 16:21:10 +0100 |
| commit | 221ca9d12199dfe6ed73ce8724d31833a63675dd (patch) | |
| tree | 809c28c6c2369eeb69a174ab7d87a18acfb08ca3 /roles/steam/meta | |
| parent | 664604376476fa686265b0e60069e8e127467183 (diff) | |
Refactor steam to install on ubuntu as well
Diffstat (limited to 'roles/steam/meta')
| -rw-r--r-- | roles/steam/meta/main.yml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/roles/steam/meta/main.yml b/roles/steam/meta/main.yml index 84677871..dd77817d 100644 --- a/roles/steam/meta/main.yml +++ b/roles/steam/meta/main.yml @@ -1,7 +1,9 @@ --- dependencies: - role: "multilib" - when: ansible_facts['os_family'] == "Archlinux" + when: ansible_facts['distribution'] == "Archlinux" + - role: "multiverse" + when: ansible_facts['distribution'] == "Ubuntu" galaxy_info: author: "a14m" description: "Install steam" @@ -14,6 +16,3 @@ galaxy_info: - name: "Ubuntu" versions: - "noble" - - name: "Debian" - versions: - - "bookworm" |
