add restart after install for updates

This commit is contained in:
2026-03-04 19:34:01 +01:00
parent 352c94c173
commit 81e398b255

View File

@@ -24,6 +24,7 @@
- name: copy runner binary
tags: [install]
notify: restart runner
copy:
src: "{{ RUNNER_DOWNLOAD_DIR }}/{{ RUNNER_NAME }}"
dest: "{{ RUNNER_DIR }}/{{ RUNNER_NAME }}"