mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-30 16:41:30 -07:00
Use middleware_automation.common for rh-sso patching
This commit is contained in:
parent
7bbe5ae386
commit
a554736246
4 changed files with 120 additions and 15 deletions
|
@ -334,10 +334,10 @@ argument_specs:
|
|||
type: "str"
|
||||
sso_patch_version:
|
||||
required: False
|
||||
description: "Red Hat Single Sign-On latest cumulative patch version to apply; default to latest version when sso_apply_patches is True"
|
||||
description: "Red Hat Single Sign-On latest cumulative patch version to apply; defaults to latest version when sso_apply_patches is True"
|
||||
type: "str"
|
||||
sso_patch_bundle:
|
||||
default: "rh-sso-{{ sso_patch_version | default('') }}-patch.zip"
|
||||
default: "rh-sso-{{ sso_patch_version | default('[0-9]+[.][0-9]+[.][0-9]+') }}-patch.zip"
|
||||
description: "Red Hat SSO patch archive filename"
|
||||
type: "str"
|
||||
sso_product_category:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue