Fix the handler name.
This commit is contained in:
parent
70203f5e58
commit
421c920510
|
@ -37,11 +37,11 @@
|
|||
|
||||
- name: Get the JDBC driver
|
||||
get_url: url={{ keycloak_jdbc_driver_url }} dest={{ keycloak_install_dir }}/{{ keycloak_distribution }}/modules/system/layers/base/{{ keycloak_db_module_path }}/main/{{ keycloak_jdbc_driver }} owner=root group=root mode=0444
|
||||
notify: Restart keycloak
|
||||
notify: Restart Keycloak
|
||||
|
||||
- name: Install the JDBC module configuration
|
||||
template: src=jdbc-module.xml.j2 dest={{ keycloak_install_dir }}/{{ keycloak_distribution }}/modules/system/layers/base/{{ keycloak_db_module_path }}/main/module.xml owner=root group=root mode=0444
|
||||
notify: Restart keycloak
|
||||
notify: Restart Keycloak
|
||||
|
||||
when: keycloak_use_external_db
|
||||
tags: [ 'keycloak', 'keycloak_db', 'keycloak_conf' ]
|
||||
|
@ -53,7 +53,7 @@
|
|||
with_items:
|
||||
- standalone.xml
|
||||
- standalone-ha.xml
|
||||
notify: Restart keycloak
|
||||
notify: Restart Keycloak
|
||||
|
||||
tags: [ 'keycloak', 'keycloak_db', 'keycloak_conf' ]
|
||||
|
||||
|
@ -61,7 +61,7 @@
|
|||
block:
|
||||
- name: Install the keycloak systemd unit
|
||||
template: src=keycloak.service.j2 dest=/etc/systemd/system/keycloak.service owner=root group=root mode=0644
|
||||
notify: Restart keycloak
|
||||
notify: Restart Keycloak
|
||||
register: keycloak_unit
|
||||
|
||||
- name: Reload systemd
|
||||
|
|
Loading…
Reference in New Issue