Fix paths
This commit is contained in:
@@ -22,15 +22,10 @@
|
|||||||
|
|
||||||
- name: Extract tgz file to nginx directory
|
- name: Extract tgz file to nginx directory
|
||||||
ansible.builtin.unarchive:
|
ansible.builtin.unarchive:
|
||||||
src: /tmp/build-artifact-{{ artifact_version}}.{{ artifact_job}}/build-{{ artifact_version }}.tar.gz
|
src: /tmp/build-{{ artifact_version }}.tar.gz
|
||||||
dest: /usr/share/nginx/html
|
dest: /usr/share/nginx/html
|
||||||
remote_src: true
|
remote_src: true
|
||||||
|
|
||||||
- name: Cleanup temp directory
|
|
||||||
ansible.builtin.file:
|
|
||||||
path: /tmp/build-artifact-{{ artifact_version }}.{{ artifact_job }}
|
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user