mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Moksha wants this file to be /etc/moksha/production.ini.
This commit is contained in:
@@ -17,10 +17,18 @@
|
||||
notify:
|
||||
- restart moksha-hub
|
||||
|
||||
- name: Make sure this directory exists.
|
||||
file:
|
||||
dest=/etc/moksha/
|
||||
owner=fedmsg
|
||||
group=fedmsg
|
||||
mode=0755
|
||||
state=directory
|
||||
|
||||
- name: Copy the configuration for bugzilla2fedmsg over
|
||||
template: >
|
||||
src=bugzilla2fedmsg.ini
|
||||
dest=/etc/bugzilla2fedmsg.ini
|
||||
dest=/etc/moksha/production.ini
|
||||
owner=fedmsg
|
||||
group=fedmsg
|
||||
mode=0640
|
||||
|
||||
Reference in New Issue
Block a user