From 3a5452672a51930377ce4418e731113c6631de89 Mon Sep 17 00:00:00 2001 From: JocelynPa Date: Fri, 31 Mar 2023 16:08:33 +0200 Subject: [PATCH] change disable to enable --- Deploy_Conf.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Deploy_Conf.yml b/Deploy_Conf.yml index 9ad29f3..23acb1e 100644 --- a/Deploy_Conf.yml +++ b/Deploy_Conf.yml @@ -12,7 +12,8 @@ group: splunk - name: Desactiver le démarrage automatique - shell: "/opt/splunk/bin/splunk disable boot-start" + shell: "/opt/splunk/bin/splunk enable boot-start" + - name: "Start Splunk via cli" command: "{{ splunk_exec }} restart" become: yes