summaryrefslogtreecommitdiffstats
path: root/vagrant_support/playbook.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vagrant_support/playbook.yml')
-rw-r--r--vagrant_support/playbook.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/vagrant_support/playbook.yml b/vagrant_support/playbook.yml
index a8deeca27..f89d5295e 100644
--- a/vagrant_support/playbook.yml
+++ b/vagrant_support/playbook.yml
@@ -174,3 +174,10 @@
- include: email.yml
- include: apache.yml
- include: devtools.yml
+
+ - name: fix owner of /vagrant/template_cache
+ file: path=/vagrant/template_cache state=directory owner=vagrant group=apache recurse=yes
+
+ - name: fix owner of /data
+ file: path=/data state=directory owner=vagrant group=apache recurse=yes
+