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