Add unzip to FreeBSD

This commit is contained in:
Anthony Rose 2022-09-23 10:08:15 +01:00
parent 1694bd476e
commit b0bc23b92d

View file

@ -25,6 +25,7 @@
state: present
vars:
packages:
# unzip needed for extracting fonts.
- bash
- git
- gnu-watch
@ -34,6 +35,7 @@
- rubygem-asciidoctor
- sqlite3
- tmux
- unzip
- vim
- zsh
- name: Install asciidoctor-pdf Ruby gem