Skip to content

Commit

Permalink
fix: set default to check common vars
Browse files Browse the repository at this point in the history
  • Loading branch information
christopappas committed May 23, 2024
1 parent b540883 commit 4ceb1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/roles/ecomworker/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ECOMMERCE_WORKER_NEWRELIC_APPNAME: '{{ COMMON_ENVIRONMENT }}-{{ COMMON_DEPLOYMEN
ECOMMERCE_WORKER_ENABLE_NEWRELIC_DISTRIBUTED_TRACING: false

# Datadog
ECOMMERCE_WORKER_DATADOG_ENABLE: "{{COMMON_ENABLE_DATADOG and COMMON_ECOMMERCE_WORKER_DATADOG_ENABLE}}"
ECOMMERCE_WORKER_DATADOG_ENABLE: "{{COMMON_ENABLE_DATADOG and COMMON_ENABLE_DATADOG_APP}}"

# CELERY
ECOMMERCE_WORKER_BROKER_USERNAME: ''
Expand Down

0 comments on commit 4ceb1a6

Please sign in to comment.