add act_runner

This commit is contained in:
hogweed1
2025-11-14 02:23:51 +10:00
parent f263b0cba5
commit a36c6063fd

View File

@@ -15,7 +15,7 @@
- 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 url: https://dl.gitea.com/act_runner/{{act_runner_version}}/act_runner-{{act_runner_version}}-linux-amd64
dest: /usr/share/act_runner/alertmanager-{{act_runner_version}} dest: /usr/share/act_runner/alertmanager-{{act_runner_version}}
remote_src: yes remote_src: yes