mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-02 23:05:41 +02:00
12 lines
435 B
Django/Jinja
12 lines
435 B
Django/Jinja
[nodejs]
|
|
baseurl = https://rpm.nodesource.com/pub_{{ nodejs_major_version }}.x/nodistro/nodejs/$basearch
|
|
gpgcheck = 1
|
|
gpgkey = https://rpm.nodesource.com/gpgkey/ns-operations-public.key
|
|
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 %}
|
|
|
|
|