Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 21aad2c1 authored by Jean-François HOVINNE's avatar Jean-François HOVINNE
Browse files

fix: Handle previous Node.js versions (fixes #12)

parent 2b214d81
No related branches found
Tags 2.3.0
1 merge request!12fix: Handle previous Node.js versions (fixes #12)
......@@ -9,7 +9,7 @@
vars:
nodejs_version: "{{ version }}"
loop:
- "18.x"
- "16.x"
- "20.x"
- "18.x"
loop_control:
......
---
- name: Set up the Nodesource RPM directory
ansible.builtin.set_fact:
rhel_distribution_major_version: 7
- name: Set up the Nodesource RPM directory
ansible.builtin.set_fact:
rhel_distribution_major_version: "{{ ansible_distribution_major_version }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment