From 63f40a088e7ac148aeeffb4264c858a3d700decb Mon Sep 17 00:00:00 2001 From: thienqb123456 Date: Mon, 23 Dec 2024 00:35:23 +0700 Subject: [PATCH] Thienvv --- roles/deploy/tasks/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/deploy/tasks/deploy.yml b/roles/deploy/tasks/deploy.yml index f76cfba..d5ccb34 100644 --- a/roles/deploy/tasks/deploy.yml +++ b/roles/deploy/tasks/deploy.yml @@ -25,7 +25,7 @@ # Kiểm tra ở trên server đã tồn tại file vùa tải xuống không - name: Check if the artifact file exists stat: - path: "{{ temp_dir }}\\{{ artifact_name }}" + path: "{{ temp_dir }}/{{ artifact_name }}" register: file_status changed_when: false failed_when: false