From 595b952089172ae8d0fc25edbdd40cd129811e88 Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Mon, 25 Jul 2022 14:52:48 +0100 Subject: [PATCH] tidy up ttle Signed-off-by: Mark Bolwell --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index b42abf2..e2c9261 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -183,7 +183,7 @@ - name: If Warnings found Output count and control IDs affected debug: - msg: "You have {{ warn_count }} warning(s) that require investigating that are related to the following benchmark ID(s) {{ control_number }}" + msg: "You have {{ warn_count }} Warning(s) that require investigating that are related to the following benchmark ID(s) {{ control_number }}" when: warn_count != 0 tags: - always