roots / trellis

WordPress LEMP stack with PHP 8.2, Composer, WP-CLI and more
https://roots.io/trellis/
MIT License
2.51k stars 607 forks source link

Disable chown site directory task by default #1452

Closed swalkinshaw closed 1 year ago

swalkinshaw commented 1 year ago

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