MBS: Create /var/cache/fedmsg/.
This commit is contained in:
parent
df8adc9a9d
commit
66eecf8b14
1 changed files with 11 additions and 0 deletions
|
@ -70,6 +70,17 @@
|
|||
- mbs
|
||||
- mbs/common
|
||||
|
||||
- name: create /var/cache/fedmsg/ directory for krb ccache
|
||||
file:
|
||||
path: /var/cache/fedmsg/
|
||||
state: directory
|
||||
owner: fedmsg
|
||||
group: fedmsg
|
||||
mode: 0750
|
||||
tags:
|
||||
- mbs
|
||||
- mbs/common
|
||||
|
||||
- name: create /etc/pdc.d directory
|
||||
file:
|
||||
path: /etc/pdc.d
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue