diff --git a/Deploy_Conf.yml b/Deploy_Conf.yml index b028e04..16355a3 100644 --- a/Deploy_Conf.yml +++ b/Deploy_Conf.yml @@ -12,6 +12,6 @@ group: splunk - name: "Start Splunk via cli" - command: "{{ splunk_exec }} start --accept-license --answer-yes --no-prompt" + command: "{{ splunk_exec }} restart" become: yes become_user: "{{ splunk_user }}" \ No newline at end of file