Update ipcheck.yaml

This commit is contained in:
ByeonJungHun
2023-06-29 16:14:13 +09:00
committed by GitHub
parent 9b46cb15ed
commit 0d8f0351c2

View File

@@ -15,6 +15,7 @@
#debug:
#msg: "현재 응답이 없음으로 10.10.43.{{ item.item }} 해당 IP는 사용할 수 있는 IP 입니다"
#msg: "{{ item.item }}"
shell: echo "test"
with_items: "{{ ping_result.results }}"
loop_control:
label: "{{ item.item }}"