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