We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d858c09 commit 4afd3d7Copy full SHA for 4afd3d7
roles/builder/defaults/main/dnf_packages.yml
@@ -61,10 +61,10 @@ dnf_latest_packages: # list of packages to install using dnf
61
- chkconfig
62
63
dnf_specific_packages:
64
- # done separately as @ruby and @nodejs are el8.4 modules which breaks if requiring latest, as for above
+ # done separately as @ruby and @nodejs are EL modules which breaks if requiring latest, as for above
65
# https://github.com/OSC/ood-ansible/blob/master/vars/Rocky.yml
66
- '@ruby:2.7'
67
- - '@nodejs:12'
+ - '@nodejs:14'
68
69
# https://github.com/stackhpc/ansible-slurm-appliance/blob/main/ansible/roles/openondemand/tasks/vnc_compute.yml
70
- turbovnc-3.0.1
0 commit comments