summaryrefslogtreecommitdiffstats
path: root/roles/nvidia_gtx1060/meta/main.yml
blob: e7fe7e3b8a2457c04d6a3a721055603e9d161193 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
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 GTX 1060 proprietary drivers"
  license: "MIT"
  min_ansible_version: "2.18"
  platforms:
    - name: "ArchLinux"
      versions:
        - "all"