From 419e8701a3b45658d9f32d46d87da350021d65d9 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 7 Apr 2020 10:40:41 +0200 Subject: [PATCH] koji/builder: fix path to the rpmautospec config file Signed-off-by: Pierre-Yves Chibon --- roles/koji_builder/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/koji_builder/tasks/main.yml b/roles/koji_builder/tasks/main.yml index bdfb9ca3c5..b26e426f42 100644 --- a/roles/koji_builder/tasks/main.yml +++ b/roles/koji_builder/tasks/main.yml @@ -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: