Create /usr/share/fedmsg manually...

This commit is contained in:
Pierre-Yves Chibon 2017-11-21 17:11:37 +01:00
parent f8d26977a3
commit bfd02c7fd0

View file

@ -25,6 +25,14 @@
notify:
- 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
service: name={{ item }} enabled=yes state=started
with_items: