We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb996e commit 686fde3Copy full SHA for 686fde3
tasks/pkg-redhat/install-apm-inject.yml
@@ -4,7 +4,7 @@
4
set_fact:
5
agent_dd_apm_install_pkgs: "{{ (agent_dd_apm_install_pkgs |
6
default([], true)) + ['datadog-apm-library-' + (item | regex_replace('[:]', '-'))] }}"
7
- loop: "{{ pre_processed_datadog_apm_libraries | default([], true) }}"
+ loop: "{{ pre_processed_datadog_apm_libraries | default([], true) }}"
8
when: not ansible_check_mode and ansible_pkg_mgr == "dnf"
9
10
- name: Install APM inject library (dnf)
0 commit comments