redis package must be installed before we try to start it

This commit is contained in:
Miroslav Suchý 2015-02-09 22:19:23 +00:00
parent 1205af5094
commit cb494bed68

View file

@ -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