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: