Skip to content
Snippets Groups Projects
Verified Commit c4cb4374 authored by David Mehren's avatar David Mehren
Browse files

Fix notify statements

parent a2a196dc
No related branches found
No related tags found
No related merge requests found
Pipeline #117623 passed
......@@ -46,8 +46,8 @@
remote_src: true
when: not keycloak_directory.stat.exists
notify:
- build keycloak
- restart keycloak
- Build keycloak
- Restart keycloak
- name: Create keycloak log directory
ansible.builtin.file:
......@@ -81,15 +81,15 @@
group: keycloak
mode: 0644
notify:
- build keycloak
- restart keycloak
- Build keycloak
- Restart keycloak
- name: Install systemd unit file
ansible.builtin.template:
src: keycloak.service.j2
dest: /etc/systemd/system/keycloak.service
mode: 0644
notify: restart keycloak
notify: Restart keycloak
- name: Inform about setting up admin user
ansible.builtin.debug:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment