From 421f9c6a94d1e662f2cbecf540bbd8ac805fa058 Mon Sep 17 00:00:00 2001 From: "J. Simmons" Date: Thu, 24 Oct 2024 19:51:38 -0600 Subject: [PATCH] Add unzip to installed utilities for unarchive command --- playbook.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/playbook.yaml b/playbook.yaml index 3686677..3f29f91 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -235,6 +235,9 @@ gradle_version: "8.7" tasks: + - name: Install unzip # required for unarchive command + apt: + name: unzip - name: Add git PPA shell: add-apt-repository ppa:git-core/ppa - name: Install git