We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2536cce + 25e36f1 commit 9a424b8Copy full SHA for 9a424b8
deploy/linux/roles/prepare/tasks/installNodeJs.yml
@@ -3,6 +3,7 @@
3
- name: download nodejs rpm
4
shell: 'yum install https://rpm.nodesource.com/pub_16.x/nodistro/repo/nodesource-release-nodistro-1.noarch.rpm -y'
5
become: yes
6
+ ignore_errors: yes
7
8
- name: install nodejs from nodesource
9
shell: 'yum install nodejs -y --setopt=nodesource-nodejs.module_hotfixes=1'
0 commit comments