fix order

This commit is contained in:
2023-12-20 14:47:35 -05:00
parent e0732bb8bd
commit 39f379ae1e

View File

@@ -15,7 +15,7 @@
# Temporary until this drops: https://github.com/ansible/ansible/issues/81092
- name: Unzip file to web dir
ansible.builtin.command: unzip /tmp/BABFrontend.zip -o -d /usr/share/nginx/html/
ansible.builtin.command: unzip -o /tmp/BABFrontend.zip -d /usr/share/nginx/html/
- name: Clean up artifact download
ansible.builtin.file: