diff options
| author | Pierre-Yves Chibon <pingou@pingoured.fr> | 2014-06-10 13:25:22 +0200 |
|---|---|---|
| committer | Pierre-Yves Chibon <pingou@pingoured.fr> | 2014-06-10 13:25:22 +0200 |
| commit | f86cd0c693344b4a8d79cfe7e3a67fe7fc97bbe7 (patch) | |
| tree | 9032993a466c231021a7cd951398726b0713de28 /roles | |
| parent | 9b117ba2aef64fc5daf22873f351fa97ede6d2b8 (diff) | |
Fix the location of the alembic.ini file
Diffstat (limited to 'roles')
| -rw-r--r-- | roles/elections/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/elections/tasks/main.yml b/roles/elections/tasks/main.yml index 2db7d6821..03cb357a5 100644 --- a/roles/elections/tasks/main.yml +++ b/roles/elections/tasks/main.yml @@ -27,7 +27,7 @@ - { file: fedora-elections.cfg, location: /etc/fedora-elections } - { file: fedora-elections.conf, location: /etc/httpd/conf.d } - { file: fedora-elections.wsgi, location: /var/www } - - { file: alembic.ini, location: /usr/share/fedora_elections } + - { file: alembic.ini, location: /etc/fedora_elections } tags: - config notify: |
