From 984b570422216d9ce7c0baef3f94dc86ec23b1c8 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 7 Apr 2020 10:42:28 +0200 Subject: [PATCH] koji/builder: fix path to the rpmautospec config file - Take #2 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 b26e426f42..bd5010d23b 100644 --- a/roles/koji_builder/tasks/main.yml +++ b/roles/koji_builder/tasks/main.yml @@ -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