Add RedHat support for nodejs role
This commit is contained in:
parent
63f24c001c
commit
891a5dc800
6
roles/nodejs/tasks/RedHat.yaml
Normal file
6
roles/nodejs/tasks/RedHat.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
- name: install yum package
|
||||||
|
become: true
|
||||||
|
yum:
|
||||||
|
name: nodejs
|
||||||
|
state: latest
|
Loading…
x
Reference in New Issue
Block a user