diff --git a/roles/bodhi2/backend/tasks/main.yml b/roles/bodhi2/backend/tasks/main.yml index 4ba5bba733..b8e811f615 100644 --- a/roles/bodhi2/backend/tasks/main.yml +++ b/roles/bodhi2/backend/tasks/main.yml @@ -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 diff --git a/roles/bodhi2/backend/files/pungi_general.conf b/roles/bodhi2/backend/templates/pungi_general.conf.j2 similarity index 100% rename from roles/bodhi2/backend/files/pungi_general.conf rename to roles/bodhi2/backend/templates/pungi_general.conf.j2