From 9e4131651ab2cb8b8e484d2bd557a32c0b217819 Mon Sep 17 00:00:00 2001 From: JocelynPa Date: Thu, 9 Mar 2023 16:53:33 +0100 Subject: [PATCH] update --- Deploy_Conf.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Deploy_Conf.yml b/Deploy_Conf.yml index 6ae3648..3d4d9b0 100644 --- a/Deploy_Conf.yml +++ b/Deploy_Conf.yml @@ -5,13 +5,13 @@ tasks: - name: Suppression du repertoire non fonctionnel file: - path: /opt/splunk*/etc/apps/ + path: /opt/splunk.*/etc/apps/01-Conf_deploy_client state: absent force: yes - name: Copier le répertoire copy: src: "{{ playbook_dir }}/Apps_for_Splunk/01-Conf_deploy_client" - dest: /opt/splunk*/etc/apps/ + dest: /opt/splunk.*/etc/apps/ owner: splunk group: splunk \ No newline at end of file