From 00849b92dad9990ab7936a56dfc4694d21ec86b0 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Fri, 9 Feb 2018 10:40:53 +0100
Subject: [PATCH] Use shortcut "drush sa" which is the same for all Drush
 versions

---
 tasks/install.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tasks/install.yml b/tasks/install.yml
index 483bc43..9cc0a3d 100644
--- a/tasks/install.yml
+++ b/tasks/install.yml
@@ -255,7 +255,7 @@
   when: drupal_domain.install|default(true)
 
 - name: "Check available Drush Aliases"
-  shell: drush site-alias
+  shell: drush sa
   args:
     chdir: '{{ webRoot }}'
   register: drush_aliases
-- 
GitLab