From ea589d09b22f10ded7bd963deab0e8861937773a Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 4 Aug 2026 10:05:51 -0700 Subject: [PATCH] reconnect, fix the connection test return status. --- tasks/general/acct_mgmt/users.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/general/acct_mgmt/users.yml b/tasks/general/acct_mgmt/users.yml index 7b05668..a62fdc2 100644 --- a/tasks/general/acct_mgmt/users.yml +++ b/tasks/general/acct_mgmt/users.yml @@ -1124,7 +1124,7 @@ ping -c 3 $test_domain status="$?" echo "* Status Returned: '$status'" - return $? + return $status } test_connection && echo -e "\n* Looks good! Not trying anything." &&