mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-06 02:40:30 -07:00
Merge pull request #113 from gionn/fix-port-restart
Fix validation failure upon port configuration change
This commit is contained in:
commit
5b70d3db2a
1 changed files with 3 additions and 0 deletions
|
@ -52,6 +52,9 @@
|
|||
mode: 0775
|
||||
become: yes
|
||||
|
||||
- name: Flush pending handlers
|
||||
ansible.builtin.meta: flush_handlers
|
||||
|
||||
- name: "Start and wait for keycloak service"
|
||||
ansible.builtin.include_tasks: start.yml
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue