File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
roles/internal/webserver-app/tasks Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change 113
113
changed_when : " 'Do you want to update url_http' in set_matomo_server_url_config.stdout"
114
114
when : webserver_app_configure_matomo
115
115
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
-
129
116
- name : Add project's /vendor/bin to $PATH (ubuntu)
130
117
lineinfile :
131
118
path : ~/.profile
You can’t perform that action at this time.
0 commit comments