Skip to content

Commit

Permalink
fix(space): remove useless space
Browse files Browse the repository at this point in the history
  • Loading branch information
Pythyu committed Aug 26, 2024
1 parent adb996e commit 686fde3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/pkg-redhat/install-apm-inject.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
set_fact:
agent_dd_apm_install_pkgs: "{{ (agent_dd_apm_install_pkgs |
default([], true)) + ['datadog-apm-library-' + (item | regex_replace('[:]', '-'))] }}"
loop: "{{ pre_processed_datadog_apm_libraries | default([], true) }}"
loop: "{{ pre_processed_datadog_apm_libraries | default([], true) }}"
when: not ansible_check_mode and ansible_pkg_mgr == "dnf"

- name: Install APM inject library (dnf)
Expand Down

0 comments on commit 686fde3

Please sign in to comment.