From b74469ba3dacafc476edd144c2dd41f23051c1f5 Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Sat, 13 Oct 2018 00:54:12 +0000 Subject: [PATCH] fix bug --- tasks/core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/core.yml b/tasks/core.yml index 423e2af..ce46e26 100644 --- a/tasks/core.yml +++ b/tasks/core.yml @@ -2,7 +2,7 @@ - name: nextcloud archive dir file: - path: "{{nextcloud_archive_directory}}" + path: "{{nextcloud_archive_directory}}/{{nextcloud_version}}" state: directory - name: nextcloud core archive checksum download