From 3f77fb485738becd9b65c4ea7dcdb632c9a45e6b Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 31 Mar 2020 15:38:12 +0200 Subject: [PATCH] koji/builder: Ensure we always have the latest version of the rpmautospec plugin Signed-off-by: Pierre-Yves Chibon --- roles/koji_builder/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/koji_builder/tasks/main.yml b/roles/koji_builder/tasks/main.yml index dcc4cdf3a0..f23c3b2ef2 100644 --- a/roles/koji_builder/tasks/main.yml +++ b/roles/koji_builder/tasks/main.yml @@ -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'