Skip to content

Commit 61c085f

Browse files
authored
Merge branch 'main' into feat/add-helios-config
2 parents 2dcde86 + 5436e5d commit 61c085f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/artemis/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ artemis_computed_is_core_node: "{{ not (continuous_integration.localci is define
250250

251251
# Compute Spring Profiles from set variables
252252
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 %}"
253+
artemis_spring_profile_ldap: "{% if ldap.password is defined and ldap.password is not none %},ldap{% endif %}"
254254
artemis_spring_profile_version_control: "{% if version_control.localvc is defined and version_control.localvc is not none %},localvc{% endif
255255
%}"
256256
artemis_spring_profile_continuous_integration: "{% if continuous_integration.jenkins

0 commit comments

Comments
 (0)