Skip to content

Commit 5b70d3d

Browse files
Merge pull request #113 from gionn/fix-port-restart
Fix validation failure upon port configuration change
2 parents af0dc3c + e3ce4bd commit 5b70d3d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

roles/keycloak_quarkus/tasks/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@
5252
mode: 0775
5353
become: yes
5454

55+
- name: Flush pending handlers
56+
ansible.builtin.meta: flush_handlers
57+
5558
- name: "Start and wait for keycloak service"
5659
ansible.builtin.include_tasks: start.yml
5760

0 commit comments

Comments
 (0)