mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-09 04:10:27 -07:00
fix typo
This commit is contained in:
parent
c7d2bdcee3
commit
d72d46c945
1 changed files with 1 additions and 1 deletions
|
@ -250,5 +250,5 @@ argument_specs:
|
||||||
description: "Whether to start the service in development mode (start-dev)"
|
description: "Whether to start the service in development mode (start-dev)"
|
||||||
keycloak_quarkus_transaction_xa_enabled:
|
keycloak_quarkus_transaction_xa_enabled:
|
||||||
default: True
|
default: True
|
||||||
type: bool"
|
type: "bool"
|
||||||
description: "Enable or disable XA transactions which may not be supported by some DBMS"
|
description: "Enable or disable XA transactions which may not be supported by some DBMS"
|
||||||
|
|
Loading…
Add table
Reference in a new issue