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-openid-teams
|
||||||
- python-memcached
|
- python-memcached
|
||||||
- libsemanage-python
|
- libsemanage-python
|
||||||
|
- python-alembic
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
|
|
||||||
|
@ -23,7 +24,8 @@
|
||||||
dest="{{ item.location }}/{{ item.dest }}"
|
dest="{{ item.location }}/{{ item.dest }}"
|
||||||
owner=apache group=apache mode=0600
|
owner=apache group=apache mode=0600
|
||||||
with_items:
|
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:
|
tags:
|
||||||
- config
|
- config
|
||||||
notify:
|
notify:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue