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!"