From 8d54fa95ebcf44717b07961791e8aeaea6582ea8 Mon Sep 17 00:00:00 2001 From: JocelynPa Date: Mon, 24 Apr 2023 17:01:12 +0200 Subject: [PATCH] .. --- roles/splunk_deploy/tasks/Deploy_Conf-to-Splunk.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/splunk_deploy/tasks/Deploy_Conf-to-Splunk.yml b/roles/splunk_deploy/tasks/Deploy_Conf-to-Splunk.yml index 091c6d7..817b4e1 100644 --- a/roles/splunk_deploy/tasks/Deploy_Conf-to-Splunk.yml +++ b/roles/splunk_deploy/tasks/Deploy_Conf-to-Splunk.yml @@ -18,7 +18,7 @@ become: yes become_user: "{{ privileged_user }}" - - name: "Start Splunk via cli" - command: "{{ splunk_exec }} start" - become: yes - become_user: "{{ privileged_user }}" \ No newline at end of file +- name: "Start Splunk via cli" + command: "{{ splunk_exec }} start" + become: yes + become_user: "{{ privileged_user }}" \ No newline at end of file