diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-24 20:28:03 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-24 20:28:03 +0100 |
| commit | e1acbb9225197f3910fb3a84009773564c47297f (patch) | |
| tree | 41945b8ba8e7dd916a25123bf240d4ae3dc96599 /roles/linux_headers/meta/main.yml | |
| parent | 2750789cd67985d049d40ce2fbd89864e95d50d3 (diff) | |
Fix nvidia role to setup the correct driver to GTX1060
Diffstat (limited to 'roles/linux_headers/meta/main.yml')
| -rw-r--r-- | roles/linux_headers/meta/main.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/roles/linux_headers/meta/main.yml b/roles/linux_headers/meta/main.yml new file mode 100644 index 00000000..f2598464 --- /dev/null +++ b/roles/linux_headers/meta/main.yml @@ -0,0 +1,17 @@ +--- +dependencies: [] +galaxy_info: + author: "a14m" + description: "Install linux-headers" + license: "MIT" + min_ansible_version: "2.18" + platforms: + - name: "ArchLinux" + versions: + - "all" + - name: "Ubuntu" + versions: + - "noble" + - name: "Debian" + versions: + - "bookworm" |
