mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
koji/hub: fix yaml in the role
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user