Skip to content

Commit ce28dd6

Browse files
Merge pull request #30 from x21Kenobi/master
[no refs]: conflicts with 'become' and 'delegate_to' methods
2 parents f11d9a2 + 1996317 commit ce28dd6

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)