blob: eb4b060b62630bfa60998ac8e3fe2a327f414f77 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
---
dependencies:
- role: "bash"
- role: "linux_headers"
- role: "yay"
when: ansible_facts['os_family'] == "Archlinux"
- role: "multilib"
when: ansible_facts['os_family'] == "Archlinux"
galaxy_info:
author: "a14m"
description: "Install and configure NVIDIA GT 750M proprietary drivers"
license: "MIT"
min_ansible_version: "2.18"
platforms:
- name: "ArchLinux"
versions:
- "all"
- name: "Ubuntu"
versions:
- "noble"
- name: "Debian"
versions:
- "all"
|