From eb143a109c6af38869244f298ecf6a6db134f6dc Mon Sep 17 00:00:00 2001 From: Axel Date: Mon, 1 Jul 2024 10:38:00 +0200 Subject: [PATCH] Correction chemin cpoie --- tasks/loritz-user.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/loritz-user.yml b/tasks/loritz-user.yml index 3734649..375f564 100644 --- a/tasks/loritz-user.yml +++ b/tasks/loritz-user.yml @@ -62,7 +62,7 @@ - name: Sync du Bureau ansible.posix.synchronize: - src: files/Bureau/ + src: tasks/files/Bureau/ dest: /home/loritz/Bureau/ delete: true recursive: true