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
Branches
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
- name: Download Archive - name: Download Archive
get_url: 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 dest: /opt/nextcloud-downloads/nextcloud-{{ nextcloud_version }}.zip
when: download_list and ['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: tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment