ignore errors in ping
This commit is contained in:
parent
f6c48db73f
commit
7a0f8af567
1 changed files with 1 additions and 0 deletions
|
@ -98,3 +98,4 @@
|
||||||
- name: Ping VPN server for monitoring
|
- name: Ping VPN server for monitoring
|
||||||
shell: "ping -c 3 -4 {{ server_address }}"
|
shell: "ping -c 3 -4 {{ server_address }}"
|
||||||
register: ping_result
|
register: ping_result
|
||||||
|
ignore_errors: true
|
||||||
|
|
Loading…
Reference in a new issue