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 @@ ...@@ -46,8 +46,8 @@
remote_src: true remote_src: true
when: not keycloak_directory.stat.exists when: not keycloak_directory.stat.exists
notify: notify:
- build keycloak - Build keycloak
- restart keycloak - Restart keycloak
- name: Create keycloak log directory - name: Create keycloak log directory
ansible.builtin.file: ansible.builtin.file:
...@@ -81,15 +81,15 @@ ...@@ -81,15 +81,15 @@
group: keycloak group: keycloak
mode: 0644 mode: 0644
notify: notify:
- build keycloak - Build keycloak
- restart keycloak - Restart keycloak
- name: Install systemd unit file - name: Install systemd unit file
ansible.builtin.template: ansible.builtin.template:
src: keycloak.service.j2 src: keycloak.service.j2
dest: /etc/systemd/system/keycloak.service dest: /etc/systemd/system/keycloak.service
mode: 0644 mode: 0644
notify: restart keycloak notify: Restart keycloak
- name: Inform about setting up admin user - name: Inform about setting up admin user
ansible.builtin.debug: ansible.builtin.debug:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment