4
0
Fork 0

tidy up ttle

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2022-07-25 14:52:48 +01:00
parent 6777a88719
commit 595b952089
No known key found for this signature in database
GPG key ID: F734FDFC154B83FB

View file

@ -183,7 +183,7 @@
- name: If Warnings found Output count and control IDs affected - name: If Warnings found Output count and control IDs affected
debug: 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 when: warn_count != 0
tags: tags:
- always - always