Install the asciidoctor-pdf Ruby gem

This commit is contained in:
Anthony Rose 2019-11-20 13:24:45 +00:00
parent fc50909277
commit a96140d49c

View file

@ -22,3 +22,10 @@
- sqlite3 - sqlite3
- tmux - tmux
- zsh - zsh
- name: Install asciidoctor-pdf Ruby gem
become: true
gem:
name: asciidoctor-pdf
state: present
pre_release: yes
user_install: no