Fix cleanup
This commit is contained in:
@@ -26,8 +26,12 @@
|
|||||||
dest: /usr/share/nginx/html
|
dest: /usr/share/nginx/html
|
||||||
remote_src: true
|
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
|
- name: Clean up artifact download
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: /tmp/BABFrontend.zip
|
path: /tmp/BABFrontend.zip
|
||||||
state: absent
|
state: absent
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user