koji/builder: fix path to the rpmautospec config file
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
bd50c6e4bc
commit
419e8701a3
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue