You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
468 B
11 lines
468 B
[nodejs]
|
|
baseurl = https://rpm.nodesource.com/pub_{{ nodejs_major_version }}.x/el/{{ ansible_distribution_major_version }}/$basearch
|
|
gpgcheck = 1
|
|
gpgkey = https://rpm.nodesource.com/pub/el/NODESOURCE-GPG-SIGNING-KEY-EL
|
|
name = Node.js Packages for Enterprise Linux
|
|
{% if ansible_os_family == 'RedHat' and ansible_distribution_major_version is version('8', '>=') %}
|
|
# Workaround a bug in dnf which would make the default module mask
|
|
module_hotfixes = true
|
|
{% endif %}
|
|
|
|
|
|
|