Skip to content

Commit 3c72828

Browse files
committed
Add become: true to runner start logic.
1 parent 0b9a214 commit 3c72828

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/install_runner.yml

+1
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@
123123
ansible.builtin.command: "./svc.sh start"
124124
args:
125125
chdir: "{{ runner_dir }}"
126+
become: true
126127
no_log: "{{ hide_sensitive_logs | bool }}"
127128
ignore_errors: "{{ ansible_check_mode }}"
128129
changed_when: true

0 commit comments

Comments
 (0)