src.fp.o: Create /etc/fedora-messaging manually

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2019-03-04 14:50:02 +01:00
parent 4cf80b62a2
commit 3490c41c63

View file

@ -357,6 +357,13 @@
- pagure
- fedora-messaging
- name: create the config folder for fedora-messaging
when: env == 'staging'
file: path=/etc/fedora-messaging/ owner=root group=root mode=0755 state=directory
tags:
- pagure
- fedora-messaging
- name: install the configuration file for fedora-messaging
template:
src=fedora-messaging.toml