mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-24 13:50:33 -07:00
Add custom xml parameter and test scenario
This commit is contained in:
parent
548db6fc4b
commit
0751b97b87
15 changed files with 751 additions and 9 deletions
11
molecule/overridexml/verify.yml
Normal file
11
molecule/overridexml/verify.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
- name: Verify
|
||||
hosts: all
|
||||
tasks:
|
||||
- name: Populate service facts
|
||||
ansible.builtin.service_facts:
|
||||
- name: Check if keycloak service started
|
||||
ansible.builtin.assert:
|
||||
that:
|
||||
- ansible_facts.services["keycloak.service"]["state"] == "running"
|
||||
- ansible_facts.services["keycloak.service"]["status"] == "enabled"
|
Loading…
Add table
Add a link
Reference in a new issue