Skip to content

Commit

Permalink
fix: update variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
christopappas committed May 22, 2024
1 parent 947cdc0 commit ba6d378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/roles/edx_django_service/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
- 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)
(COMMON_ENABLE_DATADOG_APP or edx_django_service_datadog_enable)
pip:
name:
- ddtrace
Expand Down

0 comments on commit ba6d378

Please sign in to comment.