mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-31 00:51:34 -07:00
add molecule test for keycloak_quarkus
This commit is contained in:
parent
cf92da9e94
commit
33c8f74122
6 changed files with 126 additions and 0 deletions
11
molecule/quarkus/verify.yml
Normal file
11
molecule/quarkus/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