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 e75d19f commit ac3137eCopy full SHA for ac3137e
tasks/uninstall_runner.yml
@@ -8,6 +8,7 @@
8
ansible.builtin.command: "./svc.sh uninstall"
9
args:
10
chdir: "{{ runner_dir }}"
11
+ changed_when: true
12
become: "{{ 'false' if ansible_system == 'Darwin' else 'true' }}"
13
when: runner_service_file_path.stat.exists
14
@@ -25,6 +26,7 @@
25
26
become: false
27
become_user: "{{ runner_user }}"
28
no_log: "{{ hide_sensitive_logs | bool }}"
29
30
when: runner_name in registered_runners.json.runners|map(attribute='name')|list and runner_file.stat.exists
31
32
- name: Delete runner directory
0 commit comments