evolution / wordpress

Rapidly create, develop, & deploy WordPress across multiple environments.
MIT License
200 stars 18 forks source link

Ensure latest version of wp-cli on reprovision #99

Closed EvanK closed 8 years ago

EvanK commented 8 years ago

There's a known compatibility issue with Wordpress 4.4 and wp-cli prior to 0.20.4.

When reprovisioning an existing server, we are not currently replacing the existing wp-cli, thus causing issues when upgrading an existing evolution site to wp 4.4 and on.

To remedy this, we should be using the force option of ansible's get_url module.