mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-06 14:14:30 -07:00
ci: downstream molecule fixes
This commit is contained in:
parent
2925ea8cf1
commit
213a9a0766
3 changed files with 6 additions and 2 deletions
|
@ -44,7 +44,7 @@
|
|||
packages_list: "{{ keycloak_quarkus_prereq_package_list }}"
|
||||
|
||||
- name: "Validate keytool"
|
||||
when: keycloak.config_key_store_enabled
|
||||
when: keycloak_quarkus_config_key_store_password | length > 0
|
||||
block:
|
||||
- name: "Attempt to run keytool"
|
||||
changed_when: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue