Update ipcheck.yaml

This commit is contained in:
ByeonJungHun
2023-06-29 13:36:14 +09:00
committed by GitHub
parent 73a4d6f093
commit a5caa3b36c

View File

@@ -17,4 +17,4 @@
with_items: "{{ ping_result.results }}" with_items: "{{ ping_result.results }}"
loop_control: loop_control:
label: "{{ item.item }}" label: "{{ item.item }}"
when: "100% packet loss" when: "'100% packet loss' in item.stdout"