Update ipcheck.yaml
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- name: Check IP address availability
|
||||
ping:
|
||||
dest: "10.10.43.{{ item }}"
|
||||
shell: ping -c 1 10.10.43.{{ item }}
|
||||
register: ping_result
|
||||
failed_when: false
|
||||
changed_when: false
|
||||
ignore_errors: true
|
||||
with_sequence: start=170 end=173
|
||||
|
||||
- name: test
|
||||
|
||||
Reference in New Issue
Block a user