diff --git a/roles/koji_hub/tasks/main.yml b/roles/koji_hub/tasks/main.yml index 23a9696062..0fddac90cb 100644 --- a/roles/koji_hub/tasks/main.yml +++ b/roles/koji_hub/tasks/main.yml @@ -162,8 +162,8 @@ - name: install the configuration file for rpmautospec template: - src: rpmautospec_hub.conf - dest: /etc/koji-hub/plugins/rpmautospec_hub.conf + src: rpmautospec.conf + dest: /etc/koji-hub/plugins/rpmautospec.conf when: env == 'staging' tags: - koji_hub diff --git a/roles/koji_hub/templates/rpmautospec_hub.conf b/roles/koji_hub/templates/rpmautospec.conf similarity index 100% rename from roles/koji_hub/templates/rpmautospec_hub.conf rename to roles/koji_hub/templates/rpmautospec.conf