Merge pull request #16 from wazuh/redhat_14
Fixing RedHat nodejs repository, Closes #14
This commit is contained in:
commit
678bdf48c1
@ -3,7 +3,7 @@
|
|||||||
yum_repository:
|
yum_repository:
|
||||||
name: NodeJS
|
name: NodeJS
|
||||||
description: NodeJS-$releasever
|
description: NodeJS-$releasever
|
||||||
baseurl: https://rpm.nodesource.com/pub_6.x/el/$releasever/x86_64
|
baseurl: https://rpm.nodesource.com/pub_6.x/el/{{ansible_distribution_major_version}}/x86_64
|
||||||
gpgkey: https://rpm.nodesource.com/pub/el/NODESOURCE-GPG-SIGNING-KEY-EL
|
gpgkey: https://rpm.nodesource.com/pub/el/NODESOURCE-GPG-SIGNING-KEY-EL
|
||||||
gpgcheck: yes
|
gpgcheck: yes
|
||||||
when: ansible_distribution == 'CentOS' or ansible_distribution == 'RedHat'
|
when: ansible_distribution == 'CentOS' or ansible_distribution == 'RedHat'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user