Skip to content

Commit 6f424de

Browse files
committed
fix: add loop control for options list task in otelwinreg
1 parent 06392f3 commit 6f424de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deployments/ansible/roles/collector/tasks/otel_win_reg.yml

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
{{ (splunk_otel_collector_options_list | default([])) + [item.key + '=' + (value | string)] }}
77
loop: >
88
{{ splunk_otel_collector_options | default({}) | combine(splunk_otel_collector_additional_env_vars) | dict2items }}
9+
loop_control:
10+
label: "{{ item.key }}"
911

1012
- name: Set Splunk OpenTelemetry Collector registry value
1113
ansible.windows.win_regedit:

0 commit comments

Comments
 (0)