Merge pull request #16 from wazuh/redhat_14

Fixing RedHat nodejs repository, Closes #14
This commit is contained in:
José Luis Ruiz 2017-10-23 13:51:14 -04:00 committed by GitHub
commit 678bdf48c1

View File

@ -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'