Rename mote configuration file
This commit is contained in:
parent
f6f8769666
commit
a6763e75cf
2 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
dest="{{ item.location }}/{{ item.file }}"
|
dest="{{ item.location }}/{{ item.file }}"
|
||||||
owner=apache group=apache mode=0600
|
owner=apache group=apache mode=0600
|
||||||
with_items:
|
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.conf, location: /etc/httpd/conf.d }
|
||||||
- { file: mote.wsgi, location: /usr/share/mote }
|
- { file: mote.wsgi, location: /usr/share/mote }
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue