Temporary workaround
This commit is contained in:
@@ -13,11 +13,9 @@
|
|||||||
dest: /tmp/BABFrontend.zip
|
dest: /tmp/BABFrontend.zip
|
||||||
mode: '0644'
|
mode: '0644'
|
||||||
|
|
||||||
|
# Temporary until this drops: https://github.com/ansible/ansible/issues/81092
|
||||||
- name: Unzip file to web dir
|
- name: Unzip file to web dir
|
||||||
ansible.builtin.unarchive:
|
ansible.builtin.command: unzip /tmp/BABFrontend.zip -d /usr/share/nginx/html/
|
||||||
src: /tmp/BABFrontend.zip
|
|
||||||
dest: /usr/share/nginx/html/
|
|
||||||
remote_src: true
|
|
||||||
|
|
||||||
- name: Clean up artifact download
|
- name: Clean up artifact download
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
|
|||||||
Reference in New Issue
Block a user