Koschei: create fedmsg cache directory
This commit is contained in:
parent
0c85ea3996
commit
f71869c6bb
1 changed files with 11 additions and 0 deletions
|
@ -66,6 +66,17 @@
|
|||
- koschei
|
||||
- config
|
||||
|
||||
- name: create fedmsg cache directory
|
||||
file: >
|
||||
path="/var/cache/fedmsg/"
|
||||
state=directory
|
||||
owner=koschei
|
||||
group=koschei
|
||||
mode=0755
|
||||
tags:
|
||||
- koschei
|
||||
- fedmsg
|
||||
|
||||
- name: enable services to start on boot
|
||||
action: service name={{ item }} state=running enabled=true
|
||||
with_items:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue