Skip to content

Commit

Permalink
fix service restart task
Browse files Browse the repository at this point in the history
  • Loading branch information
MonolithProjects committed Aug 21, 2023
1 parent c7d5977 commit c91b287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/install_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
when: runner_state|lower == "stopped"

- name: Version changed - RESTART Github Actions Runner service
ansible.builtin.command: "./svc.sh stop && sleep 5 && ./svc.sh start"
ansible.builtin.shell: "./svc.sh stop && sleep 5 && ./svc.sh start"
args:
chdir: "{{ runner_dir }}"
changed_when: true
Expand Down

0 comments on commit c91b287

Please sign in to comment.