diff --git a/roles/koji_hub/tasks/main.yml b/roles/koji_hub/tasks/main.yml index 9083e0b809..51da6db48a 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_hub.conf + dest: /etc/koji-hub/plugins/rpmautospec_hub.conf when: env == 'staging' tags: - koji_hub