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 7907a9f commit 16baee5Copy full SHA for 16baee5
tasks/remove_linux.yml
@@ -76,3 +76,8 @@
76
name: "{{ service['user'] }}"
77
state: absent
78
become: true
79
+
80
+- name: Remove reboot cron for runner
81
+ ansible.builtin.cron:
82
+ name: "Ensure fully startet runner"
83
+ state: absent
tasks/runner_linux.yml
@@ -155,3 +155,9 @@
155
state: "started"
156
enabled: true
157
158
159
+- name: Add reboot cron for runner
160
161
162
+ special_time: reboot
163
+ job: "systemctl status github-runner | grep dead && systemctl restart github-runner"
0 commit comments