ansible-role-nvidia-driver/meta/main.yml
Adam DeConinck a096645458 Add Molecule CI test for nvidia driver role
Right now this is just a basic "does the install succeed?" test, with no
special verification going on.

- Add auto-generated molecule test
- Configure Molecule to test all of
  - CUDA repo on CentOS 7 and 8
  - CUDA repo on Ubuntu 18.04 and 20.04
  - Canonical repo on Ubuntu 18.04 and 20.04
- Add Github Action to test in CI
2022-01-28 19:15:30 +00:00

25 lines
415 B
YAML

galaxy_info:
namespace: nvidia
role_name: nvidia_driver
author: Luke Yeager
company: NVIDIA
description: Install the NVIDIA driver
license: 3-Clause BSD
min_ansible_version: 2.7
platforms:
- name: Ubuntu
versions:
- 'xenial'
- 'bionic'
- 'focal'
- name: EL
versions:
- '7'
- '8'
galaxy_tags:
- 'nvidia'
- 'cuda'
- 'driver'