diff --git a/handlers/main.yml b/handlers/main.yml index fe2121b..3d84146 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -8,3 +8,4 @@ - name: Ping Wireguard server shell: "ping -c 3 -4 {{ wg_server_address }}" + ignore_errors: true