Skip to content

Commit

Permalink
fixing logic error on library injection version pinning (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
schneideradam authored May 30, 2024
1 parent e9e6a5c commit f036f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/apm-inject-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
set_fact:
datadog_apm_instrumentation_libraries: "{{ datadog_apm_instrumentation_languages }}"
when: datadog_apm_instrumentation_libraries is undefined and
datadog_apm_instrumentation_libraries is defined
datadog_apm_instrumentation_languages is defined

- name: Remove latest tag and append -1 when version number specified in pinned APM tracer libraries
set_fact:
Expand Down

0 comments on commit f036f46

Please sign in to comment.