add act_runner

This commit is contained in:
hogweed1
2025-11-14 02:20:55 +10:00
parent 66f0a1eb71
commit f802ae8ee7

View File

@@ -8,6 +8,11 @@
become: yes become: yes
tasks: tasks:
- name: Creates directory
ansible.builtin.file:
path: /usr/share/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:
src: https://dl.gitea.com/act_runner/{{act_runner_version}}/act_runner-{{act_runner_version}}-linux-amd64 src: https://dl.gitea.com/act_runner/{{act_runner_version}}/act_runner-{{act_runner_version}}-linux-amd64