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 fdcca76 commit 5b41cd2Copy full SHA for 5b41cd2
tasks/install_runner.yml
@@ -23,7 +23,8 @@
23
body_format: json
24
register: api_response
25
run_once: yes
26
- #delegate_to: localhost
+ become: false
27
+ delegate_to: localhost
28
when: runner_version == "latest"
29
tags:
30
- install
@@ -39,7 +40,8 @@
39
40
dest: "{{ runner_dir }}/actions-runner-linux-{{ runner_version }}.tar.gz"
41
force: no
42
43
44
45
46
47
@@ -48,7 +50,7 @@
48
50
src: "{{ runner_dir }}/actions-runner-linux-{{ runner_version }}.tar.gz"
49
51
dest: "{{ runner_dir }}/"
52
owner: "{{ runner_user }}"
- remote_src: yes
53
+ #remote_src: yes
54
55
56
0 commit comments