fix task naming
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
architecture_alias: "arm64" # noqa: var-naming[no-role-prefix]
|
||||
when: ansible_architecture == "aarch64"
|
||||
|
||||
- name: "Download node_exporter from GitHub (v{{ node_exporter_version.tag }})"
|
||||
- name: "Download node_exporter from GitHub"
|
||||
get_url:
|
||||
url: "https://github.com/prometheus/node_exporter/releases/download/\
|
||||
v{{ node_exporter_version.tag }}/node_exporter-{{ node_exporter_version.tag }}\
|
||||
|
||||
Reference in New Issue
Block a user