mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-14 14:59:47 +08:00
redis package must be installed before we try to start it
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user