diff --git a/tasks/main.yml b/tasks/main.yml index 62875c2..b42abf2 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -184,6 +184,6 @@ - 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 }}" - when: warn_count > 0 + when: warn_count != 0 tags: - always