keycloak_quarkus: `rhbk_apply_patches` not referenced anywhere
hwo-wd opened this issue · 3 comments
SUMMARY
<title>ISSUE TYPE
- Bug Report (or a feature request ;-))
@guidograzioli do you happen to know how rhbk patches will happen? I mean, there was a 22.0.6
and the upgrade to 22.0.7
happened via changing the version mnemonicer, but the question is, whether incremental patches are available or simple a installation from scratch?
Thanks!
The feature along with the variable was migrated from the sso collection (with rhsso having incremental patches). Currently, there seem to be full releases for patch versions, but until I am sure about it I'd keep the parameter.
Agreed; what are your thoughts about introducing a handy symlink as part of the role?
This is working nicely for me:
- name: Create handy symlink to /opt/rhbk, skipping the version part
ansible.builtin.file:
state: link
src: "{{ sso_install_dir }}"
dest: "/opt/rhbk"
become: true
tags:
- keycloak
Do you mean here in the keycloak collection, or downstream in redhat.rhbk? /opt/rhbk should exist as the home dir for the keycloak user downstream, let me check