mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2026-05-15 14:02:17 +00:00
add configurability for XA transactions
This commit is contained in:
@@ -248,3 +248,7 @@ argument_specs:
|
||||
default: False
|
||||
type: "bool"
|
||||
description: "Whether to start the service in development mode (start-dev)"
|
||||
keycloak_quarkus_transaction_xa_enabled:
|
||||
default: True
|
||||
type: bool"
|
||||
description: "Enable or disable XA transactions which may not be supported by some DBMS"
|
||||
|
||||
Reference in New Issue
Block a user