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