From ffa6e5f7f03a2f4e51af4a42f52be4446d6b2ab6 Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Tue, 28 May 2019 16:12:02 +0000 Subject: [PATCH] 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 --- roles/bodhi2/backend/tasks/main.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/roles/bodhi2/backend/tasks/main.yml b/roles/bodhi2/backend/tasks/main.yml index 475b6a7864..c88e87a0df 100644 --- a/roles/bodhi2/backend/tasks/main.yml +++ b/roles/bodhi2/backend/tasks/main.yml @@ -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"