mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-16 11:40:28 +08:00
src.fp.o: Create /etc/fedora-messaging manually
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user