Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Role fails on centos8 #17

Open
jasonguy opened this issue Dec 9, 2021 · 0 comments
Open

Role fails on centos8 #17

jasonguy opened this issue Dec 9, 2021 · 0 comments

Comments

@jasonguy
Copy link

jasonguy commented Dec 9, 2021

Problem appears to be here:

ok: [nvexdgxa100]

TASK [nvidia.enroot : remove existing enroot package if we are changing version] ********************************************************************************************************************
skipping: [nvexdgxa100]

TASK [nvidia.enroot : enroot rpm packages] **********************************************************************************************************************************************************
failed: [nvexdgxa100] (item=['https://github.com/NVIDIA/enroot/releases/download/v3.2.0/enroot-3.2.0-1.el7.x86_64.rpm', `https://github.com/NVIDIA/enroot/releases/download/v3.2.0/enroot+caps-3.2.0-1.el7.x86_64.rpm']) => changed=false
  ansible_loop_var: item
  item:
  - https://github.com/NVIDIA/enroot/releases/download/v3.2.0/enroot-3.2.0-1.el7.x86_64.rpm
  - https://github.com/NVIDIA/enroot/releases/download/v3.2.0/enroot+caps-3.2.0-1.el7.x86_64.rpm
  msg: Failed to validate GPG signature for enroot-3.2.0-1.el7.x86_64

Looks like the defaults are hardcoded to el7:

  - 'https://github.com/NVIDIA/enroot/releases/download/v{{ enroot_version }}/enroot-{{ enroot_version_string }}.el7.x86_64.rpm'
  - 'https://github.com/NVIDIA/enroot/releases/download/v{{ enroot_version }}/enroot+caps-{{ enroot_version_string }}.el7.x86_64.rpm'

Host is running Centos 8.5:

CentOS Linux release 8.5.2111
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant