add act_runner

This commit is contained in:
hogweed1
2025-11-14 02:14:54 +10:00
parent 5bd5462b2c
commit 66f0a1eb71

View File

@@ -8,13 +8,12 @@
become: yes
tasks:
- name: Unarchive a file that needs to be downloaded (added in 2.0)
- name: get a file that needs to be downloaded
ansible.builtin.get_url:
src: 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}}
remote_src: yes
- name: Create a symbolic link
ansible.builtin.file:
src: /usr/share/act_runner/alertmanager-{{act_runner_version}}