From 20642e2d16da503dd3ff8a9157b56bb73954171b Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Fri, 7 Apr 2023 00:12:16 +0300 Subject: [PATCH] change to ping hiljainen --- tasks/configure.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/configure.yml b/tasks/configure.yml index 801fe42..59cb306 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -46,7 +46,7 @@ - name: Ensure cron to ping VPN server exists cron: - name: Ping VPN server - job: ping -c 3 192.168.2.5 &> /dev/null + name: Ping Hiljainen + job: ping -c 3 192.168.2.4 &> /dev/null hour: '1' user: gestor