mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-09 11:20:18 +01:00
Fixing drush
This commit is contained in:
parent
c7067a21e5
commit
c32387c329
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue