The ~/.drush and ~/.compser (there my be others) are owed by root. This is annoying because if you do anything with these folders you first have to remember to chown -R vagrant:vagrant the folders or you run into either annoying issue with .drush or weird issues with composer.
I know that as of at least ansible 1.4 you are allowed to change the remote_user on a per task base in order to avoid these sorts of issues.
The
~/.drush
and~/.compser
(there my be others) are owed by root. This is annoying because if you do anything with these folders you first have to remember tochown -R vagrant:vagrant
the folders or you run into either annoying issue with .drush or weird issues with composer.I know that as of at least ansible 1.4 you are allowed to change the
remote_user
on a per task base in order to avoid these sorts of issues.