Create the /usr/share/fedmsg folder
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
0ce54f3914
commit
9a744edbf5
1 changed files with 8 additions and 0 deletions
|
@ -37,6 +37,14 @@
|
|||
- config
|
||||
- datagrepper
|
||||
|
||||
- name: Create /usr/share/fedmsg since apparently fedmsg doesn't do it anymore
|
||||
file: state=directory
|
||||
path=/usr/share/fedmsg
|
||||
owner=fedmsg group=fedmsg mode=0775
|
||||
tags:
|
||||
- config
|
||||
- datagrepper
|
||||
|
||||
# This file is in the package, empty, and we need to make sure we don't get that one.
|
||||
- name: empty out default config file
|
||||
copy:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue