[copr] enable redis for backend
This commit is contained in:
parent
fbda86acbc
commit
cc9b568b77
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@
|
||||||
- python-novaclient
|
- python-novaclient
|
||||||
- obs-signd # TODO: remove, since it will be installed as dependency by copr-backend
|
- obs-signd # TODO: remove, since it will be installed as dependency by copr-backend
|
||||||
|
|
||||||
|
- name: enable and start redis # TODO: .service in copr-backend should depend on redis
|
||||||
|
service: name=redis enabled=yes state=started
|
||||||
|
|
||||||
- name: make copr dirs
|
- name: make copr dirs
|
||||||
file: state=directory path={{ item }}
|
file: state=directory path={{ item }}
|
||||||
with_items:
|
with_items:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue