From 39f379ae1e04842b857d0b467babf0a780ad75b7 Mon Sep 17 00:00:00 2001 From: Patrick Toal Date: Wed, 20 Dec 2023 14:47:35 -0500 Subject: [PATCH] fix order --- deploy_application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy_application.yml b/deploy_application.yml index 2c07c20..dc31535 100644 --- a/deploy_application.yml +++ b/deploy_application.yml @@ -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: