From 86cda76858e01f1e95120b22749b1c2058baa108 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 31 Mar 2020 18:51:02 +0200 Subject: [PATCH] koji/hub: install the latest version of the rpmautospec package Signed-off-by: Pierre-Yves Chibon --- roles/koji_hub/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/koji_hub/tasks/main.yml b/roles/koji_hub/tasks/main.yml index 51da6db48a..23a9696062 100644 --- a/roles/koji_hub/tasks/main.yml +++ b/roles/koji_hub/tasks/main.yml @@ -151,7 +151,7 @@ # - name: install koji hub rpmautospec plugin - package: name={{ item }} state=present + package: name={{ item }} state=latest with_items: - koji-hub-plugin-rpmautospec when: env == 'staging'