fix task naming
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user