From 316509383ace2c3d7a83f07289f0881ce46cfb63 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Fri, 27 Oct 2017 18:27:44 +0200 Subject: [PATCH] #18 Remove links to global Drush commands --- tasks/deploy/gitcomposer.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/tasks/deploy/gitcomposer.yml b/tasks/deploy/gitcomposer.yml index d3c457b..862158c 100644 --- a/tasks/deploy/gitcomposer.yml +++ b/tasks/deploy/gitcomposer.yml @@ -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 }}' -- GitLab