From 90b3407c228e94330eae8edfde1309ad8f6616cd Mon Sep 17 00:00:00 2001 From: Valentin Gologuzov Date: Tue, 14 Apr 2015 12:48:23 +0200 Subject: [PATCH] [copr] temporary install lib for the new cleanup script --- roles/copr/backend/tasks/main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/roles/copr/backend/tasks/main.yml b/roles/copr/backend/tasks/main.yml index 90abecde94..252a7d3e8d 100644 --- a/roles/copr/backend/tasks/main.yml +++ b/roles/copr/backend/tasks/main.yml @@ -13,8 +13,9 @@ - python-glanceclient - python-neutronclient - python-keystoneclient - - obs-signd # TODO: remove, since it will be installed as dependency by copr-backend - - redis # we need this to start the service in next step + - obs-signd # TODO: remove, since it will be installed as dependency by copr-backend + - redis # we need this to start the service in next step + - python-futures # remove when new version of copr-backend will be released - name: make copr dirs file: state=directory path={{ item }}