[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:
Michal Konečný 2023-05-03 14:13:08 +02:00 committed by zlopez
parent cc817e6c59
commit 947f6df4b2
2 changed files with 1 additions and 9 deletions

View file

@ -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