From 00c50920f78d968a9d75b8ee42f3bc39a5b3131c Mon Sep 17 00:00:00 2001 From: JocelynPa Date: Tue, 25 Apr 2023 15:51:24 +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 1b41c47..84d8f64 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