diff --git a/ansible/sbin/diagnose b/ansible/sbin/diagnose index e73b2d1..8ddfb90 100755 --- a/ansible/sbin/diagnose +++ b/ansible/sbin/diagnose @@ -38,7 +38,7 @@ for machine in $MACHINES; do if ! echo "$STARTED" | grep -q " $machine "; then echo echo "========= $machine" - machinectl -q shell $machine /usr/bin/systemctl is-system-running 2>/dev/null || echo "not started" + machinectl -q shell $machine /usr/bin/systemctl is-system-running 2>/dev/null || systemctl status systemd-nspawn@$machine.service || true fi done echo $DEGRADED