summaryrefslogtreecommitdiffstats
path: root/roles/linux_headers/tasks
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-07-10 18:51:00 +0200
committerAhmed Abdelhalim <[email protected]>2026-07-10 18:51:00 +0200
commit333705edb12ea598e62eca28cd9ef8ae7ab9609f (patch)
treefba14a2b92ba32bf82e0200a5caf7098679b9af5 /roles/linux_headers/tasks
parent2760491ebf49ead138b877ae5de691292dca0f40 (diff)
Fix nvidia driver on mac
Co-authored-By: Claude.ai
Diffstat (limited to 'roles/linux_headers/tasks')
-rw-r--r--roles/linux_headers/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/linux_headers/tasks/main.yml b/roles/linux_headers/tasks/main.yml
index 76b23e8b..54bdb288 100644
--- a/roles/linux_headers/tasks/main.yml
+++ b/roles/linux_headers/tasks/main.yml
@@ -6,4 +6,4 @@
become: true
ansible.builtin.package:
name: "{{ linux_headers_pkg }}"
- state: "present"
+ state: "{{ linux_headers_state }}"