diff options
| author | Chaoyi Zha <cydrobolt@fedoraproject.org> | 2015-06-12 13:52:27 +0000 |
|---|---|---|
| committer | Chaoyi Zha <cydrobolt@fedoraproject.org> | 2015-06-12 13:52:27 +0000 |
| commit | a6763e75cf64a0dd71cd40eb68ea976c244b93d6 (patch) | |
| tree | 1ae063b85e5437a647082c88a13b07a6479e5163 | |
| parent | f6f8769666217a68c8a9a19ccfe9f1af22c2522e (diff) | |
Rename mote configuration file
| -rw-r--r-- | roles/mote/tasks/main.yml | 2 | ||||
| -rw-r--r-- | roles/mote/templates/config.py (renamed from roles/mote/templates/mote_config.py) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/roles/mote/tasks/main.yml b/roles/mote/tasks/main.yml index fca6aae2d..bdcd7a3ec 100644 --- a/roles/mote/tasks/main.yml +++ b/roles/mote/tasks/main.yml @@ -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: diff --git a/roles/mote/templates/mote_config.py b/roles/mote/templates/config.py index 70d852743..70d852743 100644 --- a/roles/mote/templates/mote_config.py +++ b/roles/mote/templates/config.py |
