We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2dcde86 + 5436e5d commit 61c085fCopy full SHA for 61c085f
roles/artemis/defaults/main.yml
@@ -250,7 +250,7 @@ artemis_computed_is_core_node: "{{ not (continuous_integration.localci is define
250
251
# Compute Spring Profiles from set variables
252
artemis_spring_profile_env: "prod"
253
-artemis_spring_profile_ldap: "{% if ldap.password is defined and ldap.password is not none %},ldap-only,ldap{% endif %}"
+artemis_spring_profile_ldap: "{% if ldap.password is defined and ldap.password is not none %},ldap{% endif %}"
254
artemis_spring_profile_version_control: "{% if version_control.localvc is defined and version_control.localvc is not none %},localvc{% endif
255
%}"
256
artemis_spring_profile_continuous_integration: "{% if continuous_integration.jenkins
0 commit comments