From a5caa3b36c0cb4e18b9b17847974ab2fde0a4bbe Mon Sep 17 00:00:00 2001 From: ByeonJungHun <131643404+ByeonJungHun@users.noreply.github.com> Date: Thu, 29 Jun 2023 13:36:14 +0900 Subject: [PATCH] Update ipcheck.yaml --- ipcheck.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipcheck.yaml b/ipcheck.yaml index 22d3121..3093f3e 100644 --- a/ipcheck.yaml +++ b/ipcheck.yaml @@ -17,4 +17,4 @@ with_items: "{{ ping_result.results }}" loop_control: label: "{{ item.item }}" - when: "100% packet loss" + when: "'100% packet loss' in item.stdout"