diff --git a/tasks/main.yml b/tasks/main.yml
index 71017aae8d69cf49e389175c36289b2902cdc375..8ad338f4fc9d268e528effddade8def0ecc1b5c6 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -9,6 +9,6 @@
 
 - block:
 
-  - debug: msg='We have to implement some Drupal site specific configuration here'
+    - debug: msg='We have to implement some Drupal site specific configuration here'
 
   when: not excluded_roles or "drupalconsole" not in excluded_roles and php_version_main|default("7") != "7"