diff --git a/deploy_application.yml b/deploy_application.yml index ecdb449..b3134f7 100644 --- a/deploy_application.yml +++ b/deploy_application.yml @@ -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 -