From 03bda2c6901b14dfe776ee5a536790d00d8da640 Mon Sep 17 00:00:00 2001 From: Sean Marquez Date: Sun, 29 Sep 2024 23:29:43 -0700 Subject: [PATCH] install css_parser as part of PlantUML and PDF support installation --- playbook.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/playbook.yaml b/playbook.yaml index 98ac71a..21aebf3 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -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