src.fp.o: Create /etc/fedora-messaging manually
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
4cf80b62a2
commit
3490c41c63
1 changed files with 7 additions and 0 deletions
|
@ -357,6 +357,13 @@
|
||||||
- pagure
|
- pagure
|
||||||
- fedora-messaging
|
- 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
|
- name: install the configuration file for fedora-messaging
|
||||||
template:
|
template:
|
||||||
src=fedora-messaging.toml
|
src=fedora-messaging.toml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue