mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-30 00:21:36 -07:00
Extract vars, template fixes, add README
This commit is contained in:
parent
6e3a7989eb
commit
ab35489f67
11 changed files with 100 additions and 19 deletions
|
@ -4,7 +4,7 @@
|
|||
tasks:
|
||||
- name: Populate service facts
|
||||
ansible.builtin.service_facts:
|
||||
- name: Check if infinispan service started
|
||||
- name: Check if keycloak service started
|
||||
assert:
|
||||
that:
|
||||
- ansible_facts.services["keycloak.service"]["state"] == "running"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue