koji/builder: fix path to the rpmautospec config file

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

View file

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