---
- name: Stop Splunk
command: /opt/splunk/bin/splunk stop
become_user: splunk
- name: Start Splunk
command: /opt/splunk/bin/splunk start
- name: Start Splunk (No Warning)
command: /opt/splunk/bin/splunk start --accept-license --answer-yes --no-prompt