add act_runner
This commit is contained in:
@@ -13,6 +13,16 @@
|
|||||||
path: /usr/share/act_runner
|
path: /usr/share/act_runner
|
||||||
state: directory
|
state: directory
|
||||||
|
|
||||||
|
- name: Creates directory
|
||||||
|
ansible.builtin.file:
|
||||||
|
path: /etc/act_runner
|
||||||
|
state: directory
|
||||||
|
|
||||||
|
- name: Creates directory
|
||||||
|
ansible.builtin.file:
|
||||||
|
path: /var/lib/act_runner
|
||||||
|
state: directory
|
||||||
|
|
||||||
- name: get a file that needs to be downloaded
|
- name: get a file that needs to be downloaded
|
||||||
ansible.builtin.get_url:
|
ansible.builtin.get_url:
|
||||||
url: https://dl.gitea.com/act_runner/{{act_runner_version}}/act_runner-{{act_runner_version}}-linux-amd64
|
url: https://dl.gitea.com/act_runner/{{act_runner_version}}/act_runner-{{act_runner_version}}-linux-amd64
|
||||||
|
|||||||
Reference in New Issue
Block a user