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 2751462 + 0e9155e commit 42eb91cCopy full SHA for 42eb91c
tasks/uninstall_runner.yml
@@ -23,7 +23,7 @@
23
ansible.builtin.command: "./config.sh remove --token {{ registration.json.token }} --name '{{ runner_name }}' --unattended"
24
args:
25
chdir: "{{ runner_dir }}"
26
- become: false
+ become: true
27
become_user: "{{ runner_user }}"
28
no_log: "{{ hide_sensitive_logs | bool }}"
29
changed_when: true
0 commit comments