From a36c6063fdfa8c8091fbc09d97682e9d3196c002 Mon Sep 17 00:00:00 2001 From: hogweed1 Date: Fri, 14 Nov 2025 02:23:51 +1000 Subject: [PATCH] add act_runner --- playbooks/software/act_runner.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/software/act_runner.yml b/playbooks/software/act_runner.yml index 6e609c8..86ddf3a 100644 --- a/playbooks/software/act_runner.yml +++ b/playbooks/software/act_runner.yml @@ -15,7 +15,7 @@ - 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 + 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}} remote_src: yes