From 1430304dde685523dc3f2051a2b0181a743b0846 Mon Sep 17 00:00:00 2001 From: JocelynPa Date: Thu, 9 Mar 2023 18:12:56 +0100 Subject: [PATCH] update56 --- Deploy_Conf.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Deploy_Conf.yml b/Deploy_Conf.yml index 0047baf..92a1a35 100644 --- a/Deploy_Conf.yml +++ b/Deploy_Conf.yml @@ -36,12 +36,6 @@ become: yes become_user: "{{ privileged_user }}" tasks: - - name: Vérifier si le répertoire existe dans Splunk - hosts: all:!splunk_uf_Linux_TIC - stat: - path: /opt/splunk/etc/apps/01-Conf_deploy_client - register: splunk_dir - - name: Supprimer le répertoire non fonctionnel dans Splunk hosts: all:!splunk_uf_Linux_TIC when: splunk_dir.stat.exists