Create dir.

This commit is contained in:
Ralph Bean 2015-11-02 15:32:12 +00:00
parent 1dcab4bc6c
commit 41c0510844

View file

@ -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