From e1acbb9225197f3910fb3a84009773564c47297f Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sat, 24 Jan 2026 20:28:03 +0100 Subject: Fix nvidia role to setup the correct driver to GTX1060 --- roles/linux_headers/meta/main.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 roles/linux_headers/meta/main.yml (limited to 'roles/linux_headers/meta/main.yml') 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" -- cgit v1.2.3