add restart after install for updates
This commit is contained in:
@@ -24,6 +24,7 @@
|
|||||||
|
|
||||||
- name: copy runner binary
|
- name: copy runner binary
|
||||||
tags: [install]
|
tags: [install]
|
||||||
|
notify: restart runner
|
||||||
copy:
|
copy:
|
||||||
src: "{{ RUNNER_DOWNLOAD_DIR }}/{{ RUNNER_NAME }}"
|
src: "{{ RUNNER_DOWNLOAD_DIR }}/{{ RUNNER_NAME }}"
|
||||||
dest: "{{ RUNNER_DIR }}/{{ RUNNER_NAME }}"
|
dest: "{{ RUNNER_DIR }}/{{ RUNNER_NAME }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user