From a9cc4ef1e96fd29948e6c91c246b10cf90f4b68a Mon Sep 17 00:00:00 2001 From: Mario Wyrsch Date: Tue, 19 Jun 2018 08:07:08 +0200 Subject: [PATCH] fix filesystem tasks running twice when upgrading --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index f8f9809..b82142e 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -243,7 +243,7 @@ # call filesystem checks if not done by previous tasks - import_tasks: filesystem.yml - when: not new_installation.changed and not new_installation.changed + when: not new_installation.changed and not nextcloud_upgrade - name: performance tuning - ensure the nextcloud cronjob exists and runs every 15 min cron: