diff --git a/roles/check_demarcation_point/tasks/compare.yaml b/roles/check_demarcation_point/tasks/compare.yaml index 4d80857c92fa6f54d10f906975e7e38093f1f737..790eeba19ed43b8b1dd635306b1deb775c2c564a 100644 --- a/roles/check_demarcation_point/tasks/compare.yaml +++ b/roles/check_demarcation_point/tasks/compare.yaml @@ -107,5 +107,5 @@ that: - "{{ output_error_count_diff | int }} < {{ output_error_count_threshold | int }} " fail_msg: "WARNING: Output errors count in POST check have been increased above threshold." - success_msg: "PASS: ASS: Output errors count diffs between PRE and POST check is normal." + success_msg: "PASS: Output errors count diffs between PRE and POST check is normal." failed_when: false \ No newline at end of file