From ea2d9fbd81e6fcd7d41685e0808070e4ef093b5a Mon Sep 17 00:00:00 2001 From: Chaoyi Zha Date: Thu, 18 Jun 2015 19:15:53 +0000 Subject: [PATCH] Make sure Ansible knows teams is a directory --- 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 a913fd8807..1c604355ab 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=apache mode=0755 + file: path=/srv/web/meetbot/teams state=directory recurse=yes owner=apache group=apache mode=0755 - name: start mote-updater service service: name=mote-updater state=started enabled=yes