Skip to content

Commit 257132d

Browse files
Merge pull request #16 from MonolithProjects/develop
Develop to Master Former-commit-id: 384bae0
2 parents da84fca + 7158492 commit 257132d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/install_runner.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
- install
7676

7777
- name: Install service
78-
command: "./svc.sh install"
78+
command: "./svc.sh install {{ runner_user }}"
7979
args:
8080
chdir: "{{ runner_dir }}"
8181
when: runner_service not in services
@@ -88,4 +88,4 @@
8888
state: started
8989
enabled: yes
9090
tags:
91-
- install
91+
- install

0 commit comments

Comments
 (0)