koji/builder: fix path to the rpmautospec config file - Take #2

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-04-07 10:42:28 +02:00
parent 419e8701a3
commit 984b570422

View file

@ -113,7 +113,7 @@
- name: install the configuration file for rpmautospec
template:
src: "{{ playbook_dir }}/../../roles/koji_hub/templates/rpmautospec.conf"
dest: /etc/koji-hub/plugins/rpmautospec.conf
dest: /etc/kojid/plugins/rpmautospec.conf
when: env == 'staging'
tags:
- koji_builder