We had a duplicate name for one of the cron rules, because
of how setting variables there works.
Also, permissions of template_cache were problematic.
- name: set cron mailto
cron:
- name: set cron mailto
env: yes
name: MAILTO
value: vagrant@localhost
- 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
+