Skip to content

Commit

Permalink
install css_parser as part of PlantUML and PDF support installation
Browse files Browse the repository at this point in the history
  • Loading branch information
capsulecorplab committed Sep 30, 2024
1 parent ed43d2c commit 03bda2c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -446,12 +446,9 @@
- name: gem install public_suffix -v {{ public_suffix_version }}
shell:
cmd: "gem install public_suffix -v {{ public_suffix_version }}"
# - name: Install css_parser
# shell:
# cmd: "gem install css_parser -v {{ css_parser_version }}"
- name: Install PlantUML and PDF support
shell:
cmd: "gem install asciidoctor-diagram rghost hexapdf text-hyphen rouge pygments.rb coderay asciidoctor-pdf"
cmd: "gem install asciidoctor-diagram rghost hexapdf text-hyphen rouge pygments.rb coderay css_parser:{{ css_parser_version }} asciidoctor-pdf"

-
# install m30pm
Expand Down

0 comments on commit 03bda2c

Please sign in to comment.