follow redirects

This commit is contained in:
2022-06-25 14:31:28 +02:00
parent 4aa195b013
commit 096891428b

View File

@@ -5,10 +5,11 @@
uri:
url: "https://download.nextcloud.com/server/releases/latest.zip"
dest: "/tmp/nextcloud_latest.zip"
follow_redirects: all
- name: webserver | nextcloud | extract archive
unarchive:
src: "/tmp/nextcloud_latest.zip"
dest: "/var/www/nextcloud/"
owner: "{{ webuser }}"
creates: True