Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable chown site directory task by default #1452

Merged
merged 1 commit into from Dec 11, 2022

Conversation

swalkinshaw
Copy link
Member

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 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`
@swalkinshaw swalkinshaw force-pushed the disable-wordpress-install-chown-task branch from cdeff88 to ab2d0f6 Compare December 11, 2022 19:12
@swalkinshaw swalkinshaw merged commit 514b794 into master Dec 11, 2022
@swalkinshaw swalkinshaw deleted the disable-wordpress-install-chown-task branch December 11, 2022 19:21
paulbrzeski pushed a commit to paulbrzeski/trellis that referenced this pull request Mar 3, 2023
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`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant