From b5bfa640623cdb48ceb33cec34e0b90d5c9e2ed6 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Tue, 11 Jun 2019 19:33:21 +0200
Subject: [PATCH] ansible-playbooks/general#85 Name import and include tasks

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

diff --git a/tasks/main.yml b/tasks/main.yml
index af68d96..13b041a 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -9,6 +9,7 @@
 
 - block:
 
-    - import_tasks: fluentd-client.yml
+    - name: Import fluentd-client
+      import_tasks: fluentd-client.yml
 
   when: not excluded_roles or "fluentd-client" not in excluded_roles and fluentd_host is defined and fluentd_host != ""
-- 
GitLab