Skip to content

Commit

Permalink
Add unzip to installed utilities for unarchive command
Browse files Browse the repository at this point in the history
  • Loading branch information
j-simmons-phd committed Oct 25, 2024
1 parent 9377384 commit 421f9c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 421f9c6

Please sign in to comment.