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