
For some reason, ansible restart services failed. Changing the handlers to shell commands fixed it. Change-Id: Icae30130b6318d68d919596a2fe9b1222258e503
7 lines
130 B
YAML
7 lines
130 B
YAML
---
|
|
- name: restart cinder-volume
|
|
service: name=cinder-volume state=restarted
|
|
|
|
- name: restart tgt
|
|
shell: service tgt restart
|