You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the container fails to start with the following error message:
so1-1 | TASK [splunk_standalone : Install app via REST] ********************************
so1-1 | fatal: [localhost]: FAILED! => {}
so1-1 |
so1-1 | MSG:
so1-1 |
so1-1 | The conditional check ''itsi' not in app_contents.stdout_lines' failed. The error was: error while evaluating conditional ('itsi' not in app_contents.stdout_lines): 'dict object' has no attribute 'stdout_lines'
so1-1 |
so1-1 | The error appears to be in '/opt/ansible/roles/splunk_common/tasks/install_apps.yml': line 73, column 3, but may
so1-1 | be elsewhere in the file depending on the exact syntax problem.
so1-1 |
so1-1 | The offending line appears to be:
so1-1 |
so1-1 |
so1-1 | - name: Install app via REST
so1-1 | ^ here
so1-1 |
so1-1 |
so1-1 | PLAY RECAP *********************************************************************
so1-1 | localhost : ok=82 changed=17 unreachable=0 failed=1 skipped=84 rescued=0 ignored=0
The text was updated successfully, but these errors were encountered:
If the
compose.yml
file contains a reference to a SPLUNKBASE app URL like:the container fails to start with the following error message:
The text was updated successfully, but these errors were encountered: