Update ipcheck.yaml

This commit is contained in:
ByeonJungHun
2023-06-29 16:59:13 +09:00
committed by GitHub
parent 5108b578e2
commit 3f81980b1f

View File

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