diff options
| author | Ahmed AbdelHalim <[email protected]> | 2026-07-10 18:51:00 +0200 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2026-07-10 18:51:00 +0200 |
| commit | b7120c6fb9e92f2b18aa6ae629c8079cd19e8b95 (patch) | |
| tree | fba14a2b92ba32bf82e0200a5caf7098679b9af5 /roles/linux_headers/vars/debian.yml | |
| parent | 052e57627dd8f7260428e448cac8aa2009de879a (diff) | |
Fix nvidia driver on mac
Co-authored-By: Claude.ai
Diffstat (limited to 'roles/linux_headers/vars/debian.yml')
| -rw-r--r-- | roles/linux_headers/vars/debian.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/linux_headers/vars/debian.yml b/roles/linux_headers/vars/debian.yml index d3e3e625..9db640d4 100644 --- a/roles/linux_headers/vars/debian.yml +++ b/roles/linux_headers/vars/debian.yml @@ -1,2 +1,3 @@ --- linux_headers_pkg: "linux-headers-{{ ansible_kernel }}" +linux_headers_state: "present" |
