Add unzip to FreeBSD
This commit is contained in:
parent
1694bd476e
commit
b0bc23b92d
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue