Skip to content
Snippets Groups Projects
Commit e1d9af99 authored by jurgenhaas's avatar jurgenhaas
Browse files

Bug fix

parent b1ac2e4f
Branches
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@
get_url:
url: https://download.nextcloud.com/server/releases/nextcloud-{{ nextcloud_version }}.zip
dest: /opt/nextcloud-downloads/nextcloud-{{ nextcloud_version }}.zip
when: ["nextcloud-", nextcloud_version, ".zip"]|join("") not in download_list.stdout_lines
when: download_list and ['nextcloud-', nextcloud_version, '.zip']|join('') not in download_list.stdout_lines
tags:
- deploy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment