koji/builder: Ensure we always have the latest version of the rpmautospec plugin

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-03-31 15:38:12 +02:00
parent bcf66ba6d4
commit 3f77fb4857

View file

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