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.
2 parents 1400f02 + efd7ce3 commit fd766bdCopy full SHA for fd766bd
tasks/uninstall_runner.yml
@@ -20,6 +20,7 @@
20
command: "./config.sh remove --token {{ registration.json.token }} --name '{{ runner_name }}' --unattended"
21
args:
22
chdir: "{{ runner_dir }}"
23
+ become: yes
24
become_user: "{{ runner_user }}"
25
no_log: "{{ hide_sensitive_logs | bool }}"
26
when: runner_name in registered_runners.json.runners|map(attribute='name')|list and runner_file.stat.exists
0 commit comments