From a3b2b6df881410effd1c0a016e3f9f9b0e632207 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Tue, 28 Apr 2020 11:48:49 +0200
Subject: [PATCH] Add task to update keycloak

---
 .gitlab-ci-template.yml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/.gitlab-ci-template.yml b/.gitlab-ci-template.yml
index 9e814e4..a9c4201 100644
--- a/.gitlab-ci-template.yml
+++ b/.gitlab-ci-template.yml
@@ -78,6 +78,14 @@ UpdateCollabora:
     variables:
       - $ANSIBLE_JOB_NAME && $ANSIBLE_JOB_NAME != "UpdateCollabora"
 
+UpdateKeycloak:
+  <<: *default_settings_cron
+  script:
+    - ascr role keycloak ${CHAT_INPUT} ${ANSIBLE_EXTRA_ARGS}
+  except:
+    variables:
+      - $ANSIBLE_JOB_NAME && $ANSIBLE_JOB_NAME != "UpdateKeycloak"
+
 UpdateMatterbridge:
   <<: *default_settings_cron
   script:
-- 
GitLab