koji/hub: install the latest version of the rpmautospec package

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-03-31 18:51:02 +02:00
parent c32d715483
commit 86cda76858

View file

@ -151,7 +151,7 @@
# #
- name: install koji hub rpmautospec plugin - name: install koji hub rpmautospec plugin
package: name={{ item }} state=present package: name={{ item }} state=latest
with_items: with_items:
- koji-hub-plugin-rpmautospec - koji-hub-plugin-rpmautospec
when: env == 'staging' when: env == 'staging'