From a6dcf660b6ecb10e4d6ce804e485f9181002c985 Mon Sep 17 00:00:00 2001 From: Patrick Toal Date: Wed, 20 Dec 2023 14:33:03 -0500 Subject: [PATCH] Temporary workaround --- deploy_application.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/deploy_application.yml b/deploy_application.yml index b96e158..13cd8ee 100644 --- a/deploy_application.yml +++ b/deploy_application.yml @@ -13,11 +13,9 @@ dest: /tmp/BABFrontend.zip mode: '0644' + # Temporary until this drops: https://github.com/ansible/ansible/issues/81092 - name: Unzip file to web dir - ansible.builtin.unarchive: - src: /tmp/BABFrontend.zip - dest: /usr/share/nginx/html/ - remote_src: true + ansible.builtin.command: unzip /tmp/BABFrontend.zip -d /usr/share/nginx/html/ - name: Clean up artifact download ansible.builtin.file: