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 560eca7 commit 06f41c6Copy full SHA for 06f41c6
tasks/uninstall_runner.yml
@@ -9,6 +9,7 @@
9
args:
10
chdir: "{{ runner_dir }}"
11
become: yes
12
+ when: not runner_service.failed
13
14
- name: Check GitHub Actions runner file
15
stat:
@@ -20,7 +21,7 @@
20
21
22
23
become_user: "{{ runner_user }}"
- # no_log: "{{ hide_sensitive_logs | bool }}"
24
+ no_log: "{{ hide_sensitive_logs | bool }}"
25
when: runner_name in registered_runners.json.runners|map(attribute='name')|list and runner_file.stat.exists
26
27
- name: Delete runner directory
0 commit comments