From 821cb3e49c90da7c0074d7b25e41e2f8c0e88b79 Mon Sep 17 00:00:00 2001 From: Temur Maisuradze <temur@grena.ge> Date: Wed, 23 Dec 2020 18:33:07 +0400 Subject: [PATCH] stop, update and restart configs for keycloak --- roles/keycloak/tasks/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/keycloak/tasks/main.yml b/roles/keycloak/tasks/main.yml index 6444763..d7668ba 100644 --- a/roles/keycloak/tasks/main.yml +++ b/roles/keycloak/tasks/main.yml @@ -6,9 +6,12 @@ - include: stop.yml tags: - stop + - stop-keycloak - include: update-config.yml tags: - update-config + - update-keycloak-config - include: restart.yml tags: - restart + - restart-keycloak -- GitLab