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

ansible-playbooks/general#85 Quoting some strings

parent 0a798f59
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@
- name: Download Archive
get_url:
url: https://download.nextcloud.com/server/releases/nextcloud-{{ nextcloud_version }}.zip
url: 'https://download.nextcloud.com/server/releases/nextcloud-{{ nextcloud_version }}.zip'
dest: /opt/nextcloud-downloads/nextcloud-{{ nextcloud_version }}.zip
when: download_list and ['nextcloud-', nextcloud_version, '.zip']|join('') not in download_list.stdout_lines
tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment