Skip to content

Commit 06f41c6

Browse files
Fix lint
1 parent 560eca7 commit 06f41c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tasks/uninstall_runner.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
args:
1010
chdir: "{{ runner_dir }}"
1111
become: yes
12+
when: not runner_service.failed
1213

1314
- name: Check GitHub Actions runner file
1415
stat:
@@ -20,7 +21,7 @@
2021
args:
2122
chdir: "{{ runner_dir }}"
2223
become_user: "{{ runner_user }}"
23-
# no_log: "{{ hide_sensitive_logs | bool }}"
24+
no_log: "{{ hide_sensitive_logs | bool }}"
2425
when: runner_name in registered_runners.json.runners|map(attribute='name')|list and runner_file.stat.exists
2526

2627
- name: Delete runner directory

0 commit comments

Comments
 (0)