NuCivic / ansible-dev-vm

8 stars 5 forks source link

Vagrant files/folders should be owned by vagrant. #46

Closed dkinzer closed 5 years ago

dkinzer commented 8 years ago

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.