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

@@ -18,7 +18,7 @@
args:
chdir: "{{ nextcloud_dir }}"
creates: "{{ nextcloud_dir }}/apps/{{ item }}"
with_items: "{{ nextcloud_occ_install_app }}"
loop: "{{ nextcloud_occ_install_app }}"
- name: Set configs via occ
become: true
@@ -56,7 +56,7 @@
architecture_alias: "arm64" # noqa: var-naming[no-role-prefix]
when: ansible_architecture == "aarch64"
- name: "Download nextcloud_exporter from GitHub (v{{ nextcloud_exporter_version.tag }})"
- name: "Download nextcloud_exporter from GitHub"
get_url:
url: "https://github.com/xperimental/nextcloud-exporter/releases/download/\
v{{ nextcloud_exporter_version.tag }}/nextcloud-exporter_{{ nextcloud_exporter_version.tag }}\
@@ -101,7 +101,7 @@
nextcloud_notify_push_version: "{{ nextcloud_notify_push_version | replace('v', '', 1) | trim }}"
run_once: true
- name: "Download nextcloud_notify_push from GitHub (v{{ nextcloud_notify_push_version.tag }})"
- name: "Download nextcloud_notify_push from GitHub"
get_url:
url: "https://github.com/nextcloud/notify_push/releases/download/v{{ nextcloud_notify_push_version.tag }}\
/notify_push-{{ ansible_architecture }}-unknown-linux-musl"