We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7d5977 commit c91b287Copy full SHA for c91b287
tasks/install_runner.yml
@@ -150,7 +150,7 @@
150
when: runner_state|lower == "stopped"
151
152
- name: Version changed - RESTART Github Actions Runner service
153
- ansible.builtin.command: "./svc.sh stop && sleep 5 && ./svc.sh start"
+ ansible.builtin.shell: "./svc.sh stop && sleep 5 && ./svc.sh start"
154
args:
155
chdir: "{{ runner_dir }}"
156
changed_when: true
0 commit comments