Skip to content

Commit

Permalink
vars: add nodejs dependencies to redhat vars
Browse files Browse the repository at this point in the history
  • Loading branch information
scollazo committed Nov 30, 2020
1 parent bb34b07 commit a5f00a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vars/RedHat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ ansible_deps:
- "MySQL-python" # Required for mysql_db module
- "sqlite" # Required for am-configure and fixity
- "p7zip-plugins"
- "centos-release-scl-rh" # Required for rh-nodejs8
- "rh-nodejs8-npm"
ca_custom_bundle: "/etc/pki/tls/certs/ca-bundle.crt"
npm_path: "/opt/rh/rh-nodejs8/root/bin/"

0 comments on commit a5f00a4

Please sign in to comment.