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