From cb494bed685d13b628efc3b714b762bebf0ceda2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Mon, 9 Feb 2015 22:19:23 +0000 Subject: [PATCH] redis package must be installed before we try to start it --- roles/copr/backend/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/copr/backend/tasks/main.yml b/roles/copr/backend/tasks/main.yml index 64b7acf446..f655c1654f 100644 --- a/roles/copr/backend/tasks/main.yml +++ b/roles/copr/backend/tasks/main.yml @@ -9,6 +9,7 @@ - copr-backend - python-novaclient - 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 - name: enable and start redis # TODO: .service in copr-backend should depend on redis service: name=redis enabled=yes state=started