Rename mote configuration file

This commit is contained in:
Chaoyi Zha 2015-06-12 13:52:27 +00:00
parent f6f8769666
commit a6763e75cf
2 changed files with 1 additions and 1 deletions

View file

@ -13,7 +13,7 @@
dest="{{ item.location }}/{{ item.file }}"
owner=apache group=apache mode=0600
with_items:
- { file: mote_config.py, location: /etc/mote, dest: config.py }
- { file: config.py, location: /etc/mote }
- { file: mote.conf, location: /etc/httpd/conf.d }
- { file: mote.wsgi, location: /usr/share/mote }
tags: