Skip to content

Commit

Permalink
add path to bash profile
Browse files Browse the repository at this point in the history
  • Loading branch information
elizoller committed Sep 1, 2020
1 parent ef940b7 commit 470e3de
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions roles/internal/webserver-app/tasks/drupal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,10 @@
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
lineinfile:
path: ~/.profile
line: 'PATH="$PATH:{{ webserver_document_root }}/drupal/vendor/bin"'
state: present
become: false

0 comments on commit 470e3de

Please # to comment.