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 b49d739 commit d572ab4Copy full SHA for d572ab4
tasks/install_runner.yml
@@ -79,6 +79,7 @@
79
chdir: "{{ runner_dir }}"
80
changed_when: true
81
become_user: "{{ runner_user }}"
82
+ become: true
83
no_log: "{{ hide_sensitive_logs | bool }}"
84
when: runner_name not in registered_runners.json.runners|map(attribute='name')|list
85
@@ -98,6 +99,7 @@
98
99
100
101
102
103
104
when: >
105
runner_name in registered_runners.json.runners|map(attribute='name')|list and
0 commit comments