diff --git a/tasks/configure.yml b/tasks/configure.yml index f8fbae2..801fe42 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -47,6 +47,6 @@ - name: Ensure cron to ping VPN server exists cron: name: Ping VPN server - job: ping -c 3 192.168.2.4 &> /dev/null + job: ping -c 3 192.168.2.5 &> /dev/null hour: '1' user: gestor