Skip to content

Commit ca30d25

Browse files
committed
Remove Iris and LTI Profile
1 parent b43472c commit ca30d25

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

roles/artemis/defaults/main.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -343,15 +343,12 @@ artemis_spring_profile_athena: "{% if athena is defined and athena is not none %
343343
artemis_spring_profile_apollon: "{% if apollon_url is defined and apollon_url is not none %},apollon{% endif %}"
344344
artemis_spring_profile_scheduling: "{% if node_id is defined and node_id == 1 %},scheduling{% endif %}"
345345
artemis_spring_profile_docker: "{% if use_docker %},docker{% endif %}"
346-
artemis_spring_profile_iris: "{% if iris is defined and iris is not none %},iris{% endif %}"
347346
artemis_spring_profile_aeolus: "{% if aeolus is defined and aeolus is not none %},aeolus{% endif %}"
348347
artemis_spring_profile_atlas: "{% if atlas is defined and atlas is not none %},atlas{% endif %}"
349-
artemis_spring_profile_lti: "{% if lti.oauth_secret is defined and lti.oauth_secret is not none %},lti{% endif %}"
350348

351349
artemis_spring_profile_core: "{% if artemis_computed_is_core_node %},core{{ artemis_spring_profile_ldap }}{{ artemis_spring_profile_version_control
352350
}}{{ artemis_spring_profile_continuous_integration }}{{ artemis_spring_profile_athena }}{{ artemis_spring_profile_apollon }}{{ artemis_spring_profile_scheduling }}{{ artemis_spring_profile_docker
353-
}}{{ artemis_spring_profile_iris }}{{ artemis_spring_profile_aeolus }}{{ artemis_spring_profile_atlas }}{{ artemis_spring_profile_lti
354-
}}{% endif %}"
351+
}}{{ artemis_spring_profile_aeolus }}{{ artemis_spring_profile_atlas }}{% endif %}"
355352
artemis_spring_profile_buildagent: "{% if continuous_integration.localci is defined and continuous_integration.localci is not none %}{% if continuous_integration.localci.is_build_agent
356353
is defined and continuous_integration.localci.is_build_agent is not none and continuous_integration.localci.is_build_agent %},buildagent{% endif %}{% endif %}"
357354

0 commit comments

Comments
 (0)