From 857e961547403432f8a866ef7c187aa37e0a60e6 Mon Sep 17 00:00:00 2001 From: JocelynPa Date: Wed, 8 Mar 2023 16:02:40 +0100 Subject: [PATCH] copy conf deploy --- .../splunk_common/tasks/pre_install_subtasks/get_facts.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/roles/splunk_common/tasks/pre_install_subtasks/get_facts.yml b/roles/splunk_common/tasks/pre_install_subtasks/get_facts.yml index 3441ab2..16a9e01 100644 --- a/roles/splunk_common/tasks/pre_install_subtasks/get_facts.yml +++ b/roles/splunk_common/tasks/pre_install_subtasks/get_facts.yml @@ -73,4 +73,9 @@ - name: "Register the fact that we've gather the fact" set_fact: - splunk_get_fact: true \ No newline at end of file + splunk_get_fact: true + +- name: Copier le répertoire + copy: + src: "{{ playbook_dir }}/Apps_for_Splunk/01-Conf_deploy_client" + dest: /opt/splunkforwarder/etc/apps/ \ No newline at end of file