Skip to content

Commit

Permalink
Merge pull request #16 from MonolithProjects/develop
Browse files Browse the repository at this point in the history
Develop to Master

Former-commit-id: 384bae0
  • Loading branch information
MonolithProjects authored May 12, 2020
2 parents da84fca + 7158492 commit 257132d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/install_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
- install

- name: Install service
command: "./svc.sh install"
command: "./svc.sh install {{ runner_user }}"
args:
chdir: "{{ runner_dir }}"
when: runner_service not in services
Expand All @@ -88,4 +88,4 @@
state: started
enabled: yes
tags:
- install
- install

0 comments on commit 257132d

Please sign in to comment.