From 68aee81d729cf95cdd82ee8056fb431785caf6cb Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mar 31 2020 13:38:57 +0000 Subject: koji/builder: Ensure we always have the latest version of the rpmautospec plugin Signed-off-by: Pierre-Yves Chibon --- diff --git a/roles/koji_builder/tasks/main.yml b/roles/koji_builder/tasks/main.yml index dcc4cdf..f23c3b2 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'