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:
parent
3d1e0f94a9
commit
ffa6e5f7f0
1 changed files with 10 additions and 0 deletions
|
@ -342,6 +342,16 @@
|
||||||
- config
|
- config
|
||||||
- bodhi
|
- 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
|
- name: Install fedora-messaging config
|
||||||
template: >
|
template: >
|
||||||
src="{{ roles_path }}/bodhi2/base/templates/fedora-messaging.toml.j2"
|
src="{{ roles_path }}/bodhi2/base/templates/fedora-messaging.toml.j2"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue