Update ipcheck.yaml
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
failed_when: false
|
failed_when: false
|
||||||
changed_when: false
|
changed_when: false
|
||||||
debug:
|
debug:
|
||||||
msg: "10.10.43.{{ item.item }} 이용 가능"
|
msg: "현재 응답이 없음으로 10.10.43.{{ item.item }} 해당 IP는 사용할 수 있는 IP 입니다"
|
||||||
with_items: "{{ ping_result.results }}"
|
with_items: "{{ ping_result.results }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
label: "{{ item.item }}"
|
label: "{{ item.item }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user