[bodhi-backend] Move pungi_general.conf to templates
There are some values that need to be filled in the pungi_general.conf. Let's move it to templates, so it could be processed as every other template. Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
cc817e6c59
commit
947f6df4b2
2 changed files with 1 additions and 9 deletions
|
@ -60,6 +60,7 @@
|
|||
- name: Put pungi configurations in place
|
||||
template: src="{{item}}" dest=/etc/bodhi/{{item}}
|
||||
with_items:
|
||||
- pungi.general.conf.j2
|
||||
- pungi.module.conf.j2
|
||||
- pungi.rpm.conf.j2
|
||||
- variants.module.xml.j2
|
||||
|
@ -69,15 +70,6 @@
|
|||
- bodhi/pungi
|
||||
- config
|
||||
|
||||
- name: Put pungi general configuration in place
|
||||
copy:
|
||||
src: pungi_general.conf
|
||||
dest: /etc/bodhi/pungi_general.conf
|
||||
tags:
|
||||
- bodhi
|
||||
- bodhi/pungi
|
||||
- config
|
||||
|
||||
- name: Put pungi multilib configuration in place
|
||||
copy:
|
||||
src: pungi_multilib.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue