bodhi: Install /etc/fedora-messaging.

Not sure how I didn't hit this on stg, but we need to set up the
/etc/fedora-messaging dir itself.

Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
Randy Barlow 2019-05-28 16:12:02 +00:00
parent 3d1e0f94a9
commit ffa6e5f7f0

View file

@ -342,6 +342,16 @@
- config
- bodhi
- name: Install /etc/fedora-messaging directory
file:
path: /etc/fedora-messaging
owner: root
group: root
mode: 0755
tags:
- config
- bodhi
- name: Install fedora-messaging config
template: >
src="{{ roles_path }}/bodhi2/base/templates/fedora-messaging.toml.j2"