ignore errors in ping

This commit is contained in:
Antonio J. Delgado 2023-07-15 09:05:54 +03:00
parent f6c48db73f
commit 7a0f8af567

View file

@ -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