Install the asciidoctor-pdf Ruby gem
This commit is contained in:
parent
fc50909277
commit
a96140d49c
1 changed files with 7 additions and 0 deletions
|
@ -22,3 +22,10 @@
|
|||
- sqlite3
|
||||
- tmux
|
||||
- zsh
|
||||
- name: Install asciidoctor-pdf Ruby gem
|
||||
become: true
|
||||
gem:
|
||||
name: asciidoctor-pdf
|
||||
state: present
|
||||
pre_release: yes
|
||||
user_install: no
|
||||
|
|
Loading…
Reference in a new issue