fmartingr
/
shelfzilla
Archived
1
0
Fork 0
This repository has been archived on 2021-06-29. You can view files and clone it, but cannot push or open issues or pull requests.
shelfzilla/provisioning/roles/shelfzilla/tasks/npm_dependencies.yml

6 lines
140 B
YAML

- name: Install NodeJS and NPM packages
yum: pkg={{item}} state=installed
sudo: yes
with_items:
- nodejs
- npm