Actually install the alembic.ini file and python-alembic
This commit is contained in:
parent
7d5aa7afe8
commit
c3552250af
1 changed files with 3 additions and 1 deletions
|
@ -15,6 +15,7 @@
|
|||
- python-openid-teams
|
||||
- python-memcached
|
||||
- libsemanage-python
|
||||
- python-alembic
|
||||
tags:
|
||||
- packages
|
||||
|
||||
|
@ -23,7 +24,8 @@
|
|||
dest="{{ item.location }}/{{ item.dest }}"
|
||||
owner=apache group=apache mode=0600
|
||||
with_items:
|
||||
- { file: nuancier_admin.cfg, location: /etc/nuancier, dest: nuanciercfg }
|
||||
- { file: nuancier_admin.cfg, location: /etc/nuancier, dest: nuancier.cfg }
|
||||
- { file: alembic.ini, location: /etc/nuancier, dest: alembic.ini }
|
||||
tags:
|
||||
- config
|
||||
notify:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue