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