fix linter
This commit is contained in:
@@ -46,10 +46,12 @@
|
|||||||
ansible.builtin.get_url:
|
ansible.builtin.get_url:
|
||||||
url: "https://github.com/grafana/alloy/releases/download/v{{ grafana_alloy_version }}/alloy-linux-amd64.zip"
|
url: "https://github.com/grafana/alloy/releases/download/v{{ grafana_alloy_version }}/alloy-linux-amd64.zip"
|
||||||
dest: "/tmp/alloy-linux-amd64.zip"
|
dest: "/tmp/alloy-linux-amd64.zip"
|
||||||
|
group: "alloy"
|
||||||
|
owner: "alloy"
|
||||||
timeout: 30
|
timeout: 30
|
||||||
force: true
|
force: true
|
||||||
register: download_status
|
register: grafana_alloy_download_status
|
||||||
until: download_status is success
|
until: grafana_alloy_download_status is success
|
||||||
retries: 3
|
retries: 3
|
||||||
delay: 5
|
delay: 5
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user