Skip to content

Commit

Permalink
fix: interpolation for DD installation conditional. also formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
christopappas committed May 20, 2024
1 parent 1a14b6f commit 17b14c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion playbooks/roles/edx_django_service/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,9 @@
- install:app-requirements

- name: "Install Datadog APM requirements"
when: COMMON_ENABLE_DATADOG and ( COMMON_ENABLE_DATADOG_APP or {{ edx_django_service_name }} in edx_specifically_enabled_datadog_apps )
when: >
COMMON_ENABLE_DATADOG and
(COMMON_ENABLE_DATADOG_APP or edx_django_service_name in edx_specifically_enabled_datadog_apps)
pip:
name:
- ddtrace
Expand Down

0 comments on commit 17b14c6

Please sign in to comment.