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/install-archlinux.yml | |
| parent | 664604376476fa686265b0e60069e8e127467183 (diff) | |
Refactor steam to install on ubuntu as well
Diffstat (limited to 'roles/steam/tasks/install-archlinux.yml')
| -rw-r--r-- | roles/steam/tasks/install-archlinux.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/steam/tasks/install-archlinux.yml b/roles/steam/tasks/install-archlinux.yml new file mode 100644 index 00000000..e8f57c7c --- /dev/null +++ b/roles/steam/tasks/install-archlinux.yml @@ -0,0 +1,6 @@ +--- +- name: "Ensure steam is installed" + become: true + ansible.builtin.package: + name: "{{ steam_pkg }}" + state: "present" |
