summaryrefslogtreecommitdiffstats
path: root/roles/steam/tasks/install-archlinux.yml
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-02-19 11:52:38 +0100
committerAhmed Abdelhalim <[email protected]>2026-02-19 16:21:10 +0100
commit664604376476fa686265b0e60069e8e127467183 (patch)
treebd3b04e8dba3d7206bb6e83b2f39effa047ad376 /roles/steam/tasks/install-archlinux.yml
parente4680c49a1f7fc7a9b7576e2c44aed8e38602c60 (diff)
Refactor steam and ensure nvidia is working
Diffstat (limited to 'roles/steam/tasks/install-archlinux.yml')
-rw-r--r--roles/steam/tasks/install-archlinux.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/roles/steam/tasks/install-archlinux.yml b/roles/steam/tasks/install-archlinux.yml
deleted file mode 100644
index 0ac25b4b..00000000
--- a/roles/steam/tasks/install-archlinux.yml
+++ /dev/null
@@ -1,10 +0,0 @@
----
-- name: "Ensure multilib is enabled"
- ansible.builtin.include_role:
- name: "multilib"
-
-- name: "Ensure steam is installed"
- become: true
- ansible.builtin.package:
- name: "steam"
- state: "present"