Fix cleanup

This commit is contained in:
2023-12-20 13:53:47 -05:00
parent c727a81986
commit 7b1fa91b41

View File

@@ -26,8 +26,12 @@
dest: /usr/share/nginx/html
remote_src: true
- name: Cleanup temp file
ansible.builtin.file:
path: /tmp/build-artifact-{{ artifact_version }}.tar.gz
state: absent
- name: Clean up artifact download
ansible.builtin.file:
path: /tmp/BABFrontend.zip
state: absent