Start redis service after upgrade

We install redis if its not already there, but we should also
ensure redis service is started in the next step 4.

related to issues we're seeing in I284de61bbefac9e9b37390650016643ffe38b5cc

Change-Id: Ic01db53ea8669f14e87f6987045b2be5a3480024
This commit is contained in:
Pradeep Kilambi 2017-08-02 15:52:29 -04:00
parent 0adf7553f4
commit ba2441932c
1 changed files with 3 additions and 0 deletions

View File

@ -77,3 +77,6 @@ outputs:
tags: step3
yum: name=redis state=latest
when: redis_enabled.rc != 0
- name: Start redis service
tags: step4
service: name=redis state=started