
For some reason, ansible restart services failed. Changing the handlers to shell commands fixed it. Change-Id: Icae30130b6318d68d919596a2fe9b1222258e503
4 lines
57 B
YAML
4 lines
57 B
YAML
---
|
|
- name: restart mysql
|
|
shell: service mysql restart
|