You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
315 B
11 lines
315 B
5 years ago
|
---
|
||
|
|
||
|
- name: Configure NodeJS repository
|
||
|
yum_repository:
|
||
|
name: nodejs
|
||
|
description: Node.js Packages for Enterprise Linux
|
||
|
baseurl: https://rpm.nodesource.com/pub_{{ nodejs_major_version }}.x/el/7/$basearch
|
||
|
gpgcheck: True
|
||
|
gpgkey: https://rpm.nodesource.com/pub/el/NODESOURCE-GPG-SIGNING-KEY-EL
|
||
|
|