runchecks.yml aktualisiert

This commit is contained in:
olli 2023-11-27 14:30:33 +01:00
parent 734d08af73
commit 9504b14781

View File

@ -155,7 +155,8 @@
create: yes create: yes
marker: "# {mark} ANSIBLE MANAGED BLOCK" marker: "# {mark} ANSIBLE MANAGED BLOCK"
block: | block: |
testip=9.9.9.9 # dns3.digitalcourage.de
testip=5.9.164.112
if ! ping -c3 ${testip} >/dev/null 2>&1 if ! ping -c3 ${testip} >/dev/null 2>&1
then then
g_echo_error "No Internet connection? ping $testip failed!" g_echo_error "No Internet connection? ping $testip failed!"