diff --git a/Deploy_Conf-to-uf.yml b/Deploy_Conf-to-uf.yml index a1eead1..1f12841 100644 --- a/Deploy_Conf-to-uf.yml +++ b/Deploy_Conf-to-uf.yml @@ -18,6 +18,6 @@ group: splunk - name: "Start Splunk via cli" - command: "{{ splunk_exec }} start --accept-license --answer-yes --no-prompt" + command: "{{ splunk_exec_uf }} start --accept-license --answer-yes --no-prompt" become: yes become_user: "{{ splunk_user }}" \ No newline at end of file