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