We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem appears to be here:
Looks like the defaults are hardcoded to el7:
Host is running Centos 8.5:
The text was updated successfully, but these errors were encountered: