We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 331c4b8 commit bf3776fCopy full SHA for bf3776f
deployments/ansible/molecule/custom_vars/verify.yml
@@ -128,7 +128,7 @@
128
129
- name: Look for the test log message in collector service output
130
ansible.builtin.shell:
131
- cmd: 'journalctl -u splunk-otel-collector | grep "Body: test logs pipeline"'
+ cmd: 'journalctl -u splunk-otel-collector | grep "Body: Str(test logs pipeline)"'
132
register: result
133
changed_when: false
134
until: result.stdout
0 commit comments