From 3f81980b1fb8dd74a4c8f15a38aa1a5059c456a7 Mon Sep 17 00:00:00 2001 From: ByeonJungHun <131643404+ByeonJungHun@users.noreply.github.com> Date: Thu, 29 Jun 2023 16:59:13 +0900 Subject: [PATCH] Update ipcheck.yaml --- ipcheck.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipcheck.yaml b/ipcheck.yaml index eb79d29..58af2e7 100644 --- a/ipcheck.yaml +++ b/ipcheck.yaml @@ -5,9 +5,9 @@ - name: Check IP address availability shell: ping -c 1 10.10.43.{{ item }} register: ping_result + #ignore_errors: true failed_when: false #changed_when: false - ignore_errors: true with_sequence: start=170 end=200 - name: test