From 087de0820fabb4c0d97f0468619928999cf4ea2f Mon Sep 17 00:00:00 2001 From: JocelynPa Date: Fri, 21 Apr 2023 10:03:52 +0200 Subject: [PATCH] Correction code --- Copy_keysV2.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Copy_keysV2.yml b/Copy_keysV2.yml index c06a8c6..cc9132f 100644 --- a/Copy_keysV2.yml +++ b/Copy_keysV2.yml @@ -16,8 +16,8 @@ become: yes become_user: root tasks: - - name: Copier le fichier trusted - synchronize: - mode: pull - src: rsync://SVLCTPLOGSUP01.mom.fr/opt/splunk/etc/auth/distServerKeys/trusted.pem - dest: /tmp/ \ No newline at end of file + - name: Copier le fichier trusted + synchronize: + mode: pull + src: rsync://SVLCTPLOGSUP01.mom.fr/opt/splunk/etc/auth/distServerKeys/trusted.pem + dest: /tmp/ \ No newline at end of file