mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-05 10:20:27 -07:00
update systemd service name in verify
This commit is contained in:
parent
4c96cbe7f6
commit
4bbc8e0256
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@
|
|||
- name: Check if keycloak service started
|
||||
ansible.builtin.assert:
|
||||
that:
|
||||
- ansible_facts.services["rhbk.service"]["state"] == "running"
|
||||
- ansible_facts.services["rhbk.service"]["status"] == "enabled"
|
||||
- ansible_facts.services["keycloak.service"]["state"] == "running"
|
||||
- ansible_facts.services["keycloak.service"]["status"] == "enabled"
|
||||
|
||||
- name: Verify we are running on requested jvm
|
||||
ansible.builtin.shell: |
|
||||
|
|
Loading…
Add table
Reference in a new issue