koji/hub: fix yaml in the role
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
3f77fb4857
commit
db1366a81d
1 changed files with 2 additions and 2 deletions
|
@ -162,8 +162,8 @@
|
||||||
|
|
||||||
- name: install the configuration file for rpmautospec
|
- name: install the configuration file for rpmautospec
|
||||||
template:
|
template:
|
||||||
src=rpmautospec_hub.conf
|
src: rpmautospec_hub.conf
|
||||||
dest=/etc/koji-hub/plugins/rpmautospec_hub.conf
|
dest: /etc/koji-hub/plugins/rpmautospec_hub.conf
|
||||||
when: env == 'staging'
|
when: env == 'staging'
|
||||||
tags:
|
tags:
|
||||||
- koji_hub
|
- koji_hub
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue