From 619c601b135e7bc43a2b4694a727b07d2ce83075 Mon Sep 17 00:00:00 2001
From: Andrea Dell'Amico <andrea.dellamico@isti.cnr.it>
Date: Mon, 26 Oct 2020 16:55:58 +0100
Subject: [PATCH] Fix the indentation of a conditional.

---
 tasks/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tasks/main.yml b/tasks/main.yml
index 3feee7f..bf70dfe 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -28,7 +28,7 @@
         labels:
           epas_pg_data: 'epas_db'
         labels_state: 'merge'
-        when: epas_dockerized_db
+      when: epas_dockerized_db
 
     - name: Install the docker compose file
       template: src=epas-docker-compose.yml.j2 dest={{ epas_compose_dir }}/docker-epas-stack.yml owner=root group=root mode='0400'