Skip to content

Commit

Permalink
temporarily comment out css_parser installation
Browse files Browse the repository at this point in the history
  • Loading branch information
capsulecorplab committed Sep 30, 2024
1 parent b04de47 commit ed43d2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -446,9 +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 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"
Expand Down

0 comments on commit ed43d2c

Please sign in to comment.