File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
deployments/ansible/molecule/custom_vars Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments