From 74092ca49505efec1c5afdf50da5e0d48529c224 Mon Sep 17 00:00:00 2001 From: JocelynPa Date: Tue, 25 Apr 2023 15:49:54 +0200 Subject: [PATCH] .. --- roles/splunk_deploy/tasks/Backup_Keys_DSMC.yml | 3 +-- roles/splunk_deploy/tasks/Deploy_Keys_to_others.yml | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/roles/splunk_deploy/tasks/Backup_Keys_DSMC.yml b/roles/splunk_deploy/tasks/Backup_Keys_DSMC.yml index 113375e..9272299 100644 --- a/roles/splunk_deploy/tasks/Backup_Keys_DSMC.yml +++ b/roles/splunk_deploy/tasks/Backup_Keys_DSMC.yml @@ -8,5 +8,4 @@ dest: "{{ playbook_dir }}/Keys_public/SVLCTPLOGSUP01.mom.fr/" owner: root group: root - remote_src: true - register: trusted_file \ No newline at end of file + remote_src: true \ No newline at end of file diff --git a/roles/splunk_deploy/tasks/Deploy_Keys_to_others.yml b/roles/splunk_deploy/tasks/Deploy_Keys_to_others.yml index 5225a61..1b41c47 100644 --- a/roles/splunk_deploy/tasks/Deploy_Keys_to_others.yml +++ b/roles/splunk_deploy/tasks/Deploy_Keys_to_others.yml @@ -9,8 +9,6 @@ owner: root group: root remote_src: true - vars: - trusted_file_path: "{{ trusted_file.stdout }}" - name: "Attribution des droits Splunk" shell: "chown -Rf splunk:splunk /opt/splunk/"