From f4d800b52855ab87a8080659dce97fa2c4e0ab03 Mon Sep 17 00:00:00 2001 From: Johan Guldmyr Date: Mon, 18 Nov 2019 13:51:07 +0200 Subject: [PATCH] NVIDIA has made RPMs for RHEL8 https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/ I am currently not able to easily test this role against RHEL8. --- vars/centos-8.yml | 4 ++++ vars/redhat-8.yml | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 vars/centos-8.yml create mode 100644 vars/redhat-8.yml diff --git a/vars/centos-8.yml b/vars/centos-8.yml new file mode 100644 index 0000000..a0353f7 --- /dev/null +++ b/vars/centos-8.yml @@ -0,0 +1,4 @@ +--- +cuda_repo_subfolder: rhel8 + +# vim:ft=ansible: diff --git a/vars/redhat-8.yml b/vars/redhat-8.yml new file mode 100644 index 0000000..a0353f7 --- /dev/null +++ b/vars/redhat-8.yml @@ -0,0 +1,4 @@ +--- +cuda_repo_subfolder: rhel8 + +# vim:ft=ansible: