Skip to content

Commit

Permalink
Add unzip dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Encephala committed Jan 12, 2024
1 parent fac13f6 commit 4b74bb8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions playbooks/install_bw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@


tasks:
- name: Ensure unzip is present
ansible.builtin.apt:
name: unzip

- name: Download BW
ansible.builtin.get_url:
url: https://vault.bitwarden.com/download/?app=cli&platform=linux
Expand Down

0 comments on commit 4b74bb8

Please sign in to comment.