Fix handlers in database and cinder-volume
For some reason, ansible restart services failed. Changing the handlers to shell commands fixed it. Change-Id: Icae30130b6318d68d919596a2fe9b1222258e503
This commit is contained in:
parent
701a0b8fef
commit
aa2299e6ef
@ -3,4 +3,4 @@
|
||||
service: name=cinder-volume state=restarted
|
||||
|
||||
- name: restart tgt
|
||||
service: name=tgt state=restarted
|
||||
shell: service tgt restart
|
||||
|
@ -1,3 +1,3 @@
|
||||
---
|
||||
- name: restart mysql
|
||||
service: name=mysql state=restarted
|
||||
shell: service mysql restart
|
||||
|
Loading…
x
Reference in New Issue
Block a user