Skip to content

Commit

Permalink
Merge pull request #30 from x21Kenobi/master
Browse files Browse the repository at this point in the history
[no refs]: conflicts with 'become' and 'delegate_to' methods
  • Loading branch information
MonolithProjects authored Oct 22, 2020
2 parents f11d9a2 + 1996317 commit ce28dd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/install_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
body_format: json
register: api_response
run_once: yes
become: false
delegate_to: localhost
when: runner_version == "latest"
tags:
Expand All @@ -39,6 +40,7 @@
dest: "./actions-runner-linux-{{ runner_version }}.tar.gz"
force: no
run_once: yes
become: false
delegate_to: localhost
tags:
- install
Expand Down

0 comments on commit ce28dd6

Please sign in to comment.