keycloak_quarkus: Add theme cache invalidation handler

This commit is contained in:
Helmut Wolf 2024-12-12 09:05:09 +01:00
commit 5f534ca566
3 changed files with 17 additions and 3 deletions

View file

@ -1,4 +1,7 @@
---
- name: "Invalidate {{ keycloak.service_name }} theme cache"
ansible.builtin.include_tasks: invalidate_theme_cache.yml
listen: "invalidate keycloak theme cache"
# handler should be invoked anytime a [build configuration](https://www.keycloak.org/server/all-config?f=build) changes
- name: "Rebuild {{ keycloak.service_name }} config"
ansible.builtin.include_tasks: rebuild_config.yml