From f86cd0c693344b4a8d79cfe7e3a67fe7fc97bbe7 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 10 Jun 2014 13:25:22 +0200 Subject: [PATCH] Fix the location of the alembic.ini file --- roles/elections/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/elections/tasks/main.yml b/roles/elections/tasks/main.yml index 2db7d6821a..03cb357a52 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: