From 1ac34e2ad240e9be710e6ade72e88f313a5bb5bc Mon Sep 17 00:00:00 2001 From: clime Date: Mon, 27 Feb 2017 22:28:31 +0100 Subject: [PATCH] copr-frontend: ensure python2-flask-whooshee is the latest --- roles/copr/frontend/tasks/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/copr/frontend/tasks/main.yml b/roles/copr/frontend/tasks/main.yml index 349e487606..4186592391 100644 --- a/roles/copr/frontend/tasks/main.yml +++ b/roles/copr/frontend/tasks/main.yml @@ -16,6 +16,11 @@ tags: - packages +- name: ensure python2-flask-whooshee is latest + dnf: state=latest name=python2-flask-whooshee + tags: + - packages + - name: install additional pkgs for copr-frontend dnf: state=present pkg={{ item }} with_items: