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/tasks/main.yml | |
| parent | 664604376476fa686265b0e60069e8e127467183 (diff) | |
Refactor steam to install on ubuntu as well
Diffstat (limited to 'roles/steam/tasks/main.yml')
| -rw-r--r-- | roles/steam/tasks/main.yml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/roles/steam/tasks/main.yml b/roles/steam/tasks/main.yml index fc2b1f67..d05c0b18 100644 --- a/roles/steam/tasks/main.yml +++ b/roles/steam/tasks/main.yml @@ -2,8 +2,5 @@ - name: "Include OS-specific variables" ansible.builtin.include_vars: "{{ ansible_facts['os_family'] | lower }}.yml" -- name: "Ensure steam is installed" - become: true - ansible.builtin.package: - name: "{{ steam_pkg }}" - state: "present" +- name: "Include OS-specific tasks" + ansible.builtin.include_tasks: "install-{{ ansible_facts['distribution'] | lower }}.yml" |
