ci: Normalize keycloak UUID in the verify (#677)

diff --git a/molecule/keycloak/verify.yml b/molecule/keycloak/verify.yml
index 578e1cc..e481319 100644
--- a/molecule/keycloak/verify.yml
+++ b/molecule/keycloak/verify.yml
@@ -55,7 +55,7 @@
       ansible.builtin.assert:
         that:
           - identity_user_info_result.openstack_users | length > 0
-          - identity_user_info_result.openstack_users[0].id == keycloak_user_info.id
+          - identity_user_info_result.openstack_users[0].id == keycloak_user_info.id | regex_replace('-', '')
           - identity_user_info_result.openstack_users[0].name == keycloak_user_info.username
 
     # TODO: Simulate Keystone authentication