Vagrant creates synced folders with the web_user/web_group (vagrant/www-data) already via the Vagrantfile. This task can be slow, and since it's redundant, it's being disabled by default.
In case this task is needed, the chown_site_directory variable can be set to true in group_vars/development/main.yml
Vagrant creates synced folders with the
web_user
/web_group
(vagrant
/www-data
) already via theVagrantfile
. This task can be slow, and since it's redundant, it's being disabled by default.In case this task is needed, the
chown_site_directory
variable can be set to true ingroup_vars/development/main.yml