ideasonpurpose / basic-wordpress-vagrant

A fast, easy to use WordPress Vagrant environment modeled after managed WordPress hosting platforms like WP Engine and Flywheel.
MIT License
25 stars 3 forks source link

Be more flexible with dumpfile locations #1

Closed joemaller closed 9 years ago

joemaller commented 9 years ago

Two use cases which should work out of the box:

All of those should work out of the box. There's got to be a way of using Ansible's with_fileglob to check the three primary directories: /*.sql, /site/*.sql, /site/wp-content/*.sql. I had something like this early on, but simplified to get everything working.