fix permission bit

This commit is contained in:
Chaoyi Zha 2015-06-18 19:14:33 +00:00
parent 9c13eb1075
commit 5fa314ba36

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=apache mode=0644
file: path=/srv/web/meetbot/teams recurse=yes owner=apache group=apache mode=0755
- name: start mote-updater service
service: name=mote-updater state=started enabled=yes