mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-05 16:17:38 +02:00
Update to 2025-07-28 13:00
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
---
|
||||
|
||||
nodejs_major_version: 18
|
||||
nodejs_major_version: 22
|
||||
|
@@ -1,7 +1,7 @@
|
||||
[nodejs]
|
||||
baseurl = https://rpm.nodesource.com/pub_{{ nodejs_major_version }}.x/el/{{ ansible_distribution_major_version }}/$basearch
|
||||
baseurl = https://rpm.nodesource.com/pub_{{ nodejs_major_version }}.x/nodistro/nodejs/$basearch
|
||||
gpgcheck = 1
|
||||
gpgkey = https://rpm.nodesource.com/pub/el/NODESOURCE-GPG-SIGNING-KEY-EL
|
||||
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
|
||||
|
Reference in New Issue
Block a user