Create /usr/share/fedmsg manually...
This commit is contained in:
parent
f8d26977a3
commit
bfd02c7fd0
1 changed files with 8 additions and 0 deletions
|
@ -25,6 +25,14 @@
|
||||||
notify:
|
notify:
|
||||||
- restart fedmsg-hub
|
- restart fedmsg-hub
|
||||||
|
|
||||||
|
- 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
|
||||||
|
- simple-koji-ci
|
||||||
|
|
||||||
- name: Start and enable the services we want
|
- name: Start and enable the services we want
|
||||||
service: name={{ item }} enabled=yes state=started
|
service: name={{ item }} enabled=yes state=started
|
||||||
with_items:
|
with_items:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue