mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-09-30 05:23:30 -07:00
keycloak_quarkus_force_install does not ignore bootstrapped
This commit is contained in:
parent
55185a1439
commit
ef6d8890fb
4 changed files with 28 additions and 1 deletions
|
@ -72,6 +72,10 @@ argument_specs:
|
|||
default: "admin"
|
||||
description: "Administration user account, only for bootstrapping"
|
||||
type: "str"
|
||||
keycloak_quarkus_force_install:
|
||||
default: false
|
||||
description: "Remove pre-existing versions of service"
|
||||
type: "bool"
|
||||
keycloak_quarkus_bootstrap_admin_password:
|
||||
required: true
|
||||
description: "Password of admin account, only for bootstrapping"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue