mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-07 11:20:28 -07:00
8 lines
No EOL
384 B
YAML
8 lines
No EOL
384 B
YAML
---
|
|
# 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
|
|
listen: "rebuild keycloak config"
|
|
- name: "Restart {{ keycloak.service_name }}"
|
|
ansible.builtin.include_tasks: restart.yml
|
|
listen: "restart keycloak" |