Skip to content

Commit 9a424b8

Browse files
authored
Merge pull request #22 from newrelic/fix/nodejsinstall
fix: skip error when nothing to do for node install
2 parents 2536cce + 25e36f1 commit 9a424b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deploy/linux/roles/prepare/tasks/installNodeJs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- name: download nodejs rpm
44
shell: 'yum install https://rpm.nodesource.com/pub_16.x/nodistro/repo/nodesource-release-nodistro-1.noarch.rpm -y'
55
become: yes
6+
ignore_errors: yes
67

78
- name: install nodejs from nodesource
89
shell: 'yum install nodejs -y --setopt=nodesource-nodejs.module_hotfixes=1'

0 commit comments

Comments
 (0)