Create dir.
This commit is contained in:
parent
1dcab4bc6c
commit
41c0510844
1 changed files with 8 additions and 0 deletions
|
@ -24,6 +24,14 @@
|
|||
- notifs
|
||||
- notifs/backend
|
||||
|
||||
- name: ensure we have a dir to copy shared config to.
|
||||
file: >
|
||||
dest=/usr/share/statscache/ state=directory
|
||||
owner=root group=root mode=0755
|
||||
tags:
|
||||
- notifs
|
||||
- notifs/backend
|
||||
|
||||
- name: copy the alembic configuration for DBAs
|
||||
template: >
|
||||
src=alembic.ini dest=/usr/share/statscache/alembic.ini
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue