Set teams group to apache as well

This commit is contained in:
Chaoyi Zha 2015-06-18 18:12:50 +00:00
parent e51ccaeae2
commit 771b0566dc

View file

@ -27,7 +27,7 @@
- restart apache
- name: allow apache to run team sync script
file: path=/srv/web/meetbot/teams recurse=yes owner=apache group=daemon mode=0644
file: path=/srv/web/meetbot/teams recurse=yes owner=apache group=apache mode=0644
- name: start mote-updater service
service: name=mote-updater state=started enabled=yes