Update ipcheck.yaml
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user