fix task naming

This commit is contained in:
Oli
2025-06-05 21:42:23 +00:00
parent 2c29133d84
commit b576441879
8 changed files with 19 additions and 10 deletions

View File

@@ -24,7 +24,7 @@
architecture_alias: "arm64" # noqa: var-naming[no-role-prefix]
when: ansible_architecture == "aarch64"
- name: "Download postgres_exporter from GitHub (v{{ postgresql_exporter_version.tag }})"
- name: "Download postgres_exporter from GitHub"
get_url:
url: "https://github.com/prometheus-community/postgres_exporter/releases/download/\
v{{ postgresql_exporter_version.tag }}/postgres_exporter-{{ postgresql_exporter_version.tag }}\