diff options
| author | Pierre-Yves Chibon <pingou@pingoured.fr> | 2014-06-10 13:21:11 +0200 |
|---|---|---|
| committer | Pierre-Yves Chibon <pingou@pingoured.fr> | 2014-06-10 13:21:11 +0200 |
| commit | 9b117ba2aef64fc5daf22873f351fa97ede6d2b8 (patch) | |
| tree | 7f81ae58f22771b167c22f0c8d7e36e823df0fd1 | |
| parent | 25f12fdeab7dabaffd752cdc91ca56ff276b31cd (diff) | |
Install the alembic.ini file
| -rw-r--r-- | roles/elections/tasks/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/elections/tasks/main.yml b/roles/elections/tasks/main.yml index 09be5e6ed..2db7d6821 100644 --- a/roles/elections/tasks/main.yml +++ b/roles/elections/tasks/main.yml @@ -27,6 +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 } tags: - config notify: |
