File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ User=keycloak
1010Group=keycloak
1111EnvironmentFile=/etc/sysconfig/keycloak
1212{% if keycloak__mode == 'production' %}
13- {% if keycloak__version is version ('26.6.0' , '<' ) %}
13+ {% if keycloak__version is ansible . builtin . version ('26.6.0' , '<' ) %}
1414ExecStart=/opt/keycloak/bin/kc.sh start -Dquarkus.transaction-manager.default-transaction-timeout=3600
1515{% else %}
1616ExecStart=/opt/keycloak/bin/kc.sh start
1717{% endif %}
1818{% else %}
19- {% if keycloak__version is version ('26.6.0' , '<' ) %}
19+ {% if keycloak__version is ansible . builtin . version ('26.6.0' , '<' ) %}
2020ExecStart=/opt/keycloak/bin/kc.sh start-dev -Dquarkus.transaction-manager.default-transaction-timeout=3600
2121{% else %}
2222ExecStart=/opt/keycloak/bin/kc.sh start-dev
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ hostname-backchannel-dynamic={{ keycloak__hostname_backchannel_dynamic | string
7575log={{ keycloak__log }}
7676log-file={{ keycloak__log_file }}
7777
78- {% if keycloak__version is version ('26.6.0' , '>=' ) %}
78+ {% if keycloak__version is ansible . builtin . version ('26.6.0' , '>=' ) %}
7979# Transaction
8080transaction-default-timeout=60m
8181transaction-setup-timeout=60m
You can’t perform that action at this time.
0 commit comments