From 4aadb6bb8cfe3625a106160c2a8a79dc2af79d8a Mon Sep 17 00:00:00 2001
From: Mischa ter Smitten <mischa@tersmitten.nl>
Date: Mon, 2 Dec 2024 16:56:15 +0100
Subject: [PATCH] Cs fixes

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

diff --git a/tasks/main.yml b/tasks/main.yml
index a47feb4..b89b978 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -31,11 +31,11 @@
     - nagios-server
     - nagios-server-configure
   block:
-    - name: >
+    - name: configure 3
       ansible.builtin.import_tasks: configure-3.yml
       when: nagios_server_major_version is version('3', '=')
 
-    - name: >
+    - name: configure 4
       ansible.builtin.import_tasks: configure-4.yml
       when: nagios_server_major_version is version('4', '=')