Update ipcheck.yaml

This commit is contained in:
ByeonJungHun
2023-06-29 16:53:52 +09:00
committed by GitHub
parent 10e52d050a
commit 64867f6a35

View File

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