Skip to content

Commit 1d8722e

Browse files
authored
svc.sh commands should not be run w/ sudo (#137)
1 parent 56b0e65 commit 1d8722e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

m1-runner-compiled/handlers/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
shell: |
44
{{ runner_directory_path }}/_layout/svc.sh stop
55
{{ runner_directory_path }}/_layout/svc.sh start
6-
become: yes

m1-runner/handlers/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
shell: |
44
{{ runner_directory_path }}/svc.sh stop
55
{{ runner_directory_path }}/svc.sh start
6-
become: yes

0 commit comments

Comments
 (0)