From 1f919c4cb13da82b8f75c0eed73db1f97ac350e2 Mon Sep 17 00:00:00 2001 From: nd Date: Sun, 28 Apr 2019 15:53:48 +0200 Subject: [PATCH] changed url for nextcloud to always point to latest version --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 1cd89e2..82e45cf 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -1,6 +1,6 @@ - name: install nextcloud unarchive: - src: "https://download.nextcloud.com/server/releases/nextcloud-14.0.0.tar.bz2" + src: "https://download.nextcloud.com/server/releases/latest.tar.bz2" remote_src: yes dest: /var/www/ owner: www-data