summaryrefslogtreecommitdiffstats
path: root/configure.yml
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-02-27 01:13:41 +0100
committerAhmed Abdelhalim <[email protected]>2026-02-27 01:13:41 +0100
commit4bf406055d12031dae41b11b1f8f00d2546f0fc4 (patch)
tree613e96d3a253bb693772c7f4596521182d0cd550 /configure.yml
parent04b7cf4f5ce5927f119b0e329a379136742f944f (diff)
Add nvidia gt750m driver used for the mac
And fixing the steam installing conflicting vulcan driver dependency Co-Authored-By: Claude.ai
Diffstat (limited to 'configure.yml')
-rw-r--r--configure.yml18
1 files changed, 17 insertions, 1 deletions
diff --git a/configure.yml b/configure.yml
index 65ec4bd1..4592d1ed 100644
--- a/configure.yml
+++ b/configure.yml
@@ -44,7 +44,6 @@
- role: "chromium"
- role: "obsidian"
- role: "microsoft-teams"
- - role: "steam"
- role: "hyprland"
post_tasks:
- name: "Reboot if required"
@@ -61,6 +60,23 @@
- archlinux.local
roles:
- role: "nvidia_gtx1060"
+ - role: "steam"
+ post_tasks:
+ - name: "Reboot if required"
+ become: true
+ ansible.builtin.command: "shutdown -r now"
+ async: 1
+ poll: 0
+ changed_when: true
+ when: reboot_required | default(false)
+
+- name: "Mac nvidia configure"
+ gather_facts: true
+ hosts:
+ - mac.local
+ roles:
+ - role: "nvidia_gt750m"
+ - role: "steam"
post_tasks:
- name: "Reboot if required"
become: true