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