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