mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-01 19:54:32 -07:00
#158: support for TCPPING
This commit is contained in:
parent
63f83d7744
commit
4adab64dc0
7 changed files with 37 additions and 4 deletions
|
@ -1,4 +1,8 @@
|
|||
---
|
||||
# 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"
|
Loading…
Add table
Add a link
Reference in a new issue