diff --git a/playbooks/software/act_runner.yml b/playbooks/software/act_runner.yml index 097be32..a9d1885 100644 --- a/playbooks/software/act_runner.yml +++ b/playbooks/software/act_runner.yml @@ -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}}