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.
10 lines
315 B
10 lines
315 B
---
|
|
|
|
- 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
|
|
|
|
|