Skip to content

Commit ac3137e

Browse files
fix linting issues
1 parent e75d19f commit ac3137e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tasks/uninstall_runner.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
ansible.builtin.command: "./svc.sh uninstall"
99
args:
1010
chdir: "{{ runner_dir }}"
11+
changed_when: true
1112
become: "{{ 'false' if ansible_system == 'Darwin' else 'true' }}"
1213
when: runner_service_file_path.stat.exists
1314

@@ -25,6 +26,7 @@
2526
become: false
2627
become_user: "{{ runner_user }}"
2728
no_log: "{{ hide_sensitive_logs | bool }}"
29+
changed_when: true
2830
when: runner_name in registered_runners.json.runners|map(attribute='name')|list and runner_file.stat.exists
2931

3032
- name: Delete runner directory

0 commit comments

Comments
 (0)