From 11029dd73e0c94df513c31cae8153489622e9a8d Mon Sep 17 00:00:00 2001 From: JocelynPa Date: Mon, 27 Mar 2023 22:39:18 +0200 Subject: [PATCH] Correction de syntaxe --- install_splunk.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install_splunk.yml b/install_splunk.yml index eb7afc2..052e130 100644 --- a/install_splunk.yml +++ b/install_splunk.yml @@ -5,10 +5,10 @@ when: - splunk_get_fact is not defined - - name: "Start Splunk via cli" - command: "{{ splunk_exec }} start --accept-license --answer-yes --no-prompt" - become: yes - become_user: "{{ privileged_user }}" + - name: "Start Splunk via cli" + command: "{{ splunk_exec }} start --accept-license --answer-yes --no-prompt" + become: yes + become_user: "{{ privileged_user }}" - name: "Boot-Start Splunk via cli" command: "{{ splunk_exec }} enable boot-start"