fix: increase the wait timeout for keycloak helm chart deployment (#770)

Co-authored-by: okozachenko1203 <okozachenko1203@users.noreply.github.com>
Co-authored-by: Mohammed Naser <mnaser@vexxhost.com>
diff --git a/roles/keycloak/tasks/main.yml b/roles/keycloak/tasks/main.yml
index 8f7f1c4..609f3c8 100644
--- a/roles/keycloak/tasks/main.yml
+++ b/roles/keycloak/tasks/main.yml
@@ -71,6 +71,7 @@
     create_namespace: true
     kubeconfig: /etc/kubernetes/admin.conf
     wait: true
+    timeout: 10m
     values: "{{ _keycloak_helm_values | combine(keycloak_helm_values, recursive=True) }}"
 
 - name: Create Keycloak Ingress