From 0a90eac57ad4bc8fa9fdf808ea8a6a5293b05176 Mon Sep 17 00:00:00 2001 From: JocelynPa Date: Tue, 25 Apr 2023 15:14:46 +0200 Subject: [PATCH] . --- roles/splunk_deploy/tasks/Deploy_Keys_to_others.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/splunk_deploy/tasks/Deploy_Keys_to_others.yml b/roles/splunk_deploy/tasks/Deploy_Keys_to_others.yml index 84d8f64..1b41c47 100644 --- a/roles/splunk_deploy/tasks/Deploy_Keys_to_others.yml +++ b/roles/splunk_deploy/tasks/Deploy_Keys_to_others.yml @@ -4,7 +4,7 @@ become_user: "{{ privileged_user }}" #hosts: all:!splunk_uf_Linux:!splunk_deployement copy: - src: "{{ playbook_dir }}/Keys_public/SVLCTPLOGSUP01.mom.fr/" + src: "{{ playbook_dir }}/Keys_public/SVLCTPLOGSUP01.mom.fr/*" dest: "/opt/splunk/etc/auth/distServerKeys/SVLCTPLOGSUP01.mom.fr/" owner: root group: root