From 771b0566dc3fb630f724c73f38c7018eda97991a Mon Sep 17 00:00:00 2001 From: Chaoyi Zha Date: Thu, 18 Jun 2015 18:12:50 +0000 Subject: [PATCH] Set teams group to apache as well --- roles/mote/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mote/tasks/main.yml b/roles/mote/tasks/main.yml index 045e483bff..cf05d1ac28 100644 --- a/roles/mote/tasks/main.yml +++ b/roles/mote/tasks/main.yml @@ -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