Skip to content

Commit 6f4a2d4

Browse files
authored
no-pdfjs (#235)
1 parent e78c4de commit 6f4a2d4

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

roles/internal/webserver-app/tasks/drupal.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -113,19 +113,6 @@
113113
changed_when: "'Do you want to update url_http' in set_matomo_server_url_config.stdout"
114114
when: webserver_app_configure_matomo
115115

116-
# pdf.js library
117-
- name: ensure pdf.js directory exists
118-
file:
119-
path: "{{ drupal_external_libraries_directory }}/pdf.js"
120-
state: directory
121-
122-
- name: Unarchive pdf.js library
123-
unarchive:
124-
src: "https://github.com/mozilla/pdf.js/releases/download/v2.14.305/pdfjs-2.14.305-dist.zip"
125-
dest: "{{ drupal_external_libraries_directory }}/pdf.js"
126-
creates: "{{ drupal_external_libraries_directory }}/pdf.js/build"
127-
remote_src: yes
128-
129116
- name: Add project's /vendor/bin to $PATH (ubuntu)
130117
lineinfile:
131118
path: ~/.profile

0 commit comments

Comments
 (0)