Skip to content

Commit 646e550

Browse files
author
Bryan Kendall
committed
services are owned by root, so install as root
1 parent cc68cb5 commit 646e550

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • ansible/roles/git_node_service/tasks

ansible/roles/git_node_service/tasks/main.yml

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

2727
- name: npm install {{ app_name }}
28+
sudo: yes
2829
npm:
2930
path=/opt/runnable/{{ app_name }}
3031
state=latest

0 commit comments

Comments
 (0)