Make sure Ansible knows teams is a directory
This commit is contained in:
parent
5fa314ba36
commit
ea2d9fbd81
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue