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