From ef580dcc6a5dea95da7b4677701dd262f8046651 Mon Sep 17 00:00:00 2001 From: Nikolaos Kakouros Date: Mon, 26 Aug 2024 03:39:21 +0300 Subject: [PATCH] Update Windows.yml --- tasks/core/install/Windows.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/core/install/Windows.yml b/tasks/core/install/Windows.yml index 12acf7d..235d110 100644 --- a/tasks/core/install/Windows.yml +++ b/tasks/core/install/Windows.yml @@ -26,6 +26,8 @@ - win_file: path: "C:\\ProgramData\\chocolatey\\lib\\{{ beats_flavor }}" state: absent + retries: 5 + delay: 3 - name: "{{ beats_flavor }}: Install beat on Windows" win_chocolatey: