in your entrypoint.sh You have: ``` restart(){ sh -c "echo 'restarting' > ${CONTAINER_ARTIFACT_DIR}/splunk-container.state" prep_ansible ${SPLUNK_HOME}/bin/splunk stop 2>/dev/null || true ansible-playbook -i inventory/environ.py -l localhost start.yml watch_for_failure } ``` Where is the start.yml? Has this ever worked???