Skip to content

Commit 10515ce

Browse files
Merge pull request #31 from MonolithProjects/master
Sync master to develop
2 parents ac7e3c1 + ce28dd6 commit 10515ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tasks/install_runner.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
body_format: json
2424
register: api_response
2525
run_once: yes
26+
become: false
2627
delegate_to: localhost
2728
when: runner_version == "latest"
2829
tags:
@@ -39,6 +40,7 @@
3940
dest: "./actions-runner-linux-{{ runner_version }}.tar.gz"
4041
force: no
4142
run_once: yes
43+
become: false
4244
delegate_to: localhost
4345
tags:
4446
- install

0 commit comments

Comments
 (0)