We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06392f3 commit 6f424deCopy full SHA for 6f424de
deployments/ansible/roles/collector/tasks/otel_win_reg.yml
@@ -6,6 +6,8 @@
6
{{ (splunk_otel_collector_options_list | default([])) + [item.key + '=' + (value | string)] }}
7
loop: >
8
{{ splunk_otel_collector_options | default({}) | combine(splunk_otel_collector_additional_env_vars) | dict2items }}
9
+ loop_control:
10
+ label: "{{ item.key }}"
11
12
- name: Set Splunk OpenTelemetry Collector registry value
13
ansible.windows.win_regedit:
0 commit comments