Skip to content

Commit

Permalink
no-pdfjs (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
rosiel authored Nov 30, 2022
1 parent e78c4de commit 6f4a2d4
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions roles/internal/webserver-app/tasks/drupal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,19 +113,6 @@
changed_when: "'Do you want to update url_http' in set_matomo_server_url_config.stdout"
when: webserver_app_configure_matomo

# pdf.js library
- name: ensure pdf.js directory exists
file:
path: "{{ drupal_external_libraries_directory }}/pdf.js"
state: directory

- name: Unarchive pdf.js library
unarchive:
src: "https://github.com/mozilla/pdf.js/releases/download/v2.14.305/pdfjs-2.14.305-dist.zip"
dest: "{{ drupal_external_libraries_directory }}/pdf.js"
creates: "{{ drupal_external_libraries_directory }}/pdf.js/build"
remote_src: yes

- name: Add project's /vendor/bin to $PATH (ubuntu)
lineinfile:
path: ~/.profile
Expand Down

0 comments on commit 6f4a2d4

Please sign in to comment.