Update ipcheck.yaml

This commit is contained in:
ByeonJungHun
2023-06-29 16:58:59 +09:00
committed by GitHub
parent 241ef2fdb2
commit 5108b578e2

View File

@@ -5,7 +5,7 @@
- name: Check IP address availability
shell: ping -c 1 10.10.43.{{ item }}
register: ping_result
#failed_when: false
failed_when: false
#changed_when: false
ignore_errors: true
with_sequence: start=170 end=200