Skip to content

Commit 502b91f

Browse files
committed
Merge pull request #195 from CodeNow/remove-sudo-npm-install
remove sudo from npm install due to ssh permission issues
2 parents 542db0c + 9c4c545 commit 502b91f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • ansible/roles/git_node_service/tasks

ansible/roles/git_node_service/tasks/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
state=absent
2626

2727
- name: npm install {{ app_name }}
28-
sudo: yes
2928
npm:
3029
path=/opt/runnable/{{ app_name }}
3130
state=latest

0 commit comments

Comments
 (0)