Ignore errors pinging
This commit is contained in:
parent
a46b6fa428
commit
6e981a81a5
1 changed files with 1 additions and 0 deletions
|
@ -8,3 +8,4 @@
|
||||||
|
|
||||||
- name: Ping Wireguard server
|
- name: Ping Wireguard server
|
||||||
shell: "ping -c 3 -4 {{ wg_server_address }}"
|
shell: "ping -c 3 -4 {{ wg_server_address }}"
|
||||||
|
ignore_errors: true
|
||||||
|
|
Loading…
Reference in a new issue