Skip to content
Snippets Groups Projects
Commit 31650938 authored by jurgenhaas's avatar jurgenhaas
Browse files

#18 Remove links to global Drush commands

parent a1ae2735
No related branches found
No related tags found
No related merge requests found
......@@ -26,20 +26,3 @@
no_dev=yes
optimize_autoloader=yes
prefer_dist=yes
# The following is a workaround until Drupal's packaging supports libraries, see https://www.drupal.org/node/2474007
- name: "Ensure Drush Contrib Directory"
file:
path: '{{ webRoot }}/drush/contrib'
state: 'directory'
owner: 'root'
group: 'root'
- name: "Link all global Drush commands"
file:
src='{{ composer_home_path }}/vendor/drush/drush/commands/{{ item|regex_replace("(.*)(\-\d\.x\-\d\.x)", "\\1") }}'
dest='{{ webRoot }}/drush/contrib/{{ item|regex_replace("(.*)(\-\d\.x\-\d\.x)", "\\1") }}'
state='link'
force='yes'
with_items: '{{ drush_extra_commands }}'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment