From e068f20599c828e80d4a81a0e01c9c5f0c36b600 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Mon, 10 Jun 2019 20:20:04 +0200
Subject: [PATCH] ansible-playbooks/general#85 Linting [skip-ci]

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

diff --git a/tasks/main.yml b/tasks/main.yml
index 71017aa..8ad338f 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"
-- 
GitLab