Skip to content

Commit 9589046

Browse files
committed
Fix reference to config file on Windows
1 parent 524324e commit 9589046

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deployments/ansible/molecule/custom_vars/windows-converge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
splunk_hec_token: fake-hec-token
1111
splunk_otel_collector_version: 0.48.0
1212
splunk_otel_collector_config: '{{ansible_env.ProgramData}}\Splunk\OpenTelemetry Collector\custom_config.yml'
13-
splunk_otel_collector_config_source: ./custom_collector_config.yml
13+
splunk_otel_collector_config_source: ./custom_collector_config_deprecated.yml
1414
splunk_memory_total_mib: 256
1515
gomemlimit: 230
1616
install_fluentd: yes

deployments/ansible/molecule/custom_vars/windows-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
- name: Check custom_config.yml
6666
ansible.windows.win_stat:
6767
path: '{{ansible_env.ProgramData}}\Splunk\OpenTelemetry Collector\custom_config.yml'
68-
register: custom_collector_config_deprecated
68+
register: custom_collector_config
6969

7070
- name: Assert custom_config.yml exists
7171
assert:

0 commit comments

Comments
 (0)