mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-06 02:40:30 -07:00
overridexml test uses runas feature
This commit is contained in:
parent
276444ce0e
commit
0199e554b5
1 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@
|
|||
keycloak_config_override_template: custom.xml.j2
|
||||
keycloak_http_port: 8081
|
||||
keycloak_management_http_port: 19990
|
||||
keycloak_service_runas: True
|
||||
roles:
|
||||
- role: keycloak
|
||||
tasks:
|
||||
|
@ -51,4 +52,4 @@
|
|||
sso_offline_install: True
|
||||
when:
|
||||
- assets_server is defined
|
||||
- assets_server | length > 0
|
||||
- assets_server | length > 0
|
||||
|
|
Loading…
Add table
Reference in a new issue