diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-02-27 01:13:41 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-02-27 01:13:41 +0100 |
| commit | 4bf406055d12031dae41b11b1f8f00d2546f0fc4 (patch) | |
| tree | 613e96d3a253bb693772c7f4596521182d0cd550 /configure.yml | |
| parent | 04b7cf4f5ce5927f119b0e329a379136742f944f (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.yml | 18 |
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 |
