Thienvv -

This commit is contained in:
thienqb123456
2024-12-23 00:27:39 +07:00
parent 267a77cc08
commit 7664002bea
+3 -3
View File
@@ -20,7 +20,7 @@
- name: Check if the download was successful - name: Check if the download was successful
debug: debug:
msg: "Download successful: {{ download_status.downloaded }}" msg: "Download successful: {{ download_status.msg }}"
# Kiểm tra ở trên server đã tồn tại file vùa tải xuống không # 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 - name: Check if the artifact file exists
@@ -31,9 +31,9 @@
failed_when: false failed_when: false
# Debug file_status # Debug file_status
- name: Output file status - name: Debug file_status
debug: debug:
msg: "Artifact downloaded: {{ file_status.stat.exists }}" var: file_status
# Giải nén artifact vào thư mục target # Giải nén artifact vào thư mục target