mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-15 02:21:52 -07:00
keycloak_quarkus: Add theme cache invalidation handler
This commit is contained in:
parent
0d0e52f9ff
commit
5f534ca566
3 changed files with 17 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue