Add RedHat support for nodejs role

This commit is contained in:
Kenneth Benzie 2023-05-31 16:41:12 -04:00
parent 63f24c001c
commit 891a5dc800

View File

@ -0,0 +1,6 @@
---
- name: install yum package
become: true
yum:
name: nodejs
state: latest