From fd371036b025da2aa93b4a5f33e6826da46493bf Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Wed, 14 Aug 2019 18:59:18 +0000 Subject: [PATCH] unnecessary indendation --- tasks/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 3b3089a..a41b1dd 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -26,9 +26,9 @@ - import_tasks: core.yml when: - - nextcloud_state == "reinstalled" or - (nextcloud_state == "installed" and not _nextcloud_version_file_stat.stat.isreg is defined) or - (nextcloud_state == "updated" and _nextcloud_do_update) + nextcloud_state == "reinstalled" or + (nextcloud_state == "installed" and not _nextcloud_version_file_stat.stat.isreg is defined) or + (nextcloud_state == "updated" and _nextcloud_do_update) - import_tasks: access.yml