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: