From c32387c3291cf2ee80efb620a08ebec8611440ae Mon Sep 17 00:00:00 2001 From: Ivan Grynenko Date: Sun, 12 Jun 2016 19:36:06 +1000 Subject: [PATCH] Fixing drush --- lemp-rhel7/group_vars/all.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lemp-rhel7/group_vars/all.yml b/lemp-rhel7/group_vars/all.yml index ab256bf..f9580bd 100644 --- a/lemp-rhel7/group_vars/all.yml +++ b/lemp-rhel7/group_vars/all.yml @@ -94,6 +94,10 @@ php_packages: - php-xmlrpc - php-pecl-uploadprogress +# Drush +drush_keep_updated: yes +drush_force_update: yes + # Nginx vhosts configuration nginx_vhosts: - listen: "{{ nginx_port }} default_server"