mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 20:12:54 +08:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user