From 9504b147814a70f3ac7e0fd73da6305dae5b3da3 Mon Sep 17 00:00:00 2001 From: olli Date: Mon, 27 Nov 2023 14:30:33 +0100 Subject: [PATCH] runchecks.yml aktualisiert --- runchecks.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/runchecks.yml b/runchecks.yml index 609752f..4ad0ace 100644 --- a/runchecks.yml +++ b/runchecks.yml @@ -155,7 +155,8 @@ create: yes marker: "# {mark} ANSIBLE MANAGED BLOCK" block: | - testip=9.9.9.9 + # dns3.digitalcourage.de + testip=5.9.164.112 if ! ping -c3 ${testip} >/dev/null 2>&1 then g_echo_error "No Internet connection? ping $testip failed!"