From e7f4507f7ddd96291c14002862745dd6d0a6d04c Mon Sep 17 00:00:00 2001 From: The_miro Date: Mon, 27 Apr 2026 16:35:08 +0200 Subject: [PATCH] Update setup/modules/auto-enroll-ansible.sh --- setup/modules/auto-enroll-ansible.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/modules/auto-enroll-ansible.sh b/setup/modules/auto-enroll-ansible.sh index d7bf1bd..7d843b6 100644 --- a/setup/modules/auto-enroll-ansible.sh +++ b/setup/modules/auto-enroll-ansible.sh @@ -185,4 +185,4 @@ for G in $GROUP_OS $GROUP_ARCH $GROUP_VIRT $GROUP_CLOUD; do api_post "/api/v2/groups/$G/hosts/" "{\"id\": $HOST_ID}" >/dev/null done -echo "[SUCCESS] Host fully enrolled and auto‑classified." +echo "[SUCCESS] Host fully enrolled and auto-classified."