10 lines
132 B
YAML
10 lines
132 B
YAML
---
|
|
# Handler to handle DB tier notifications
|
|
|
|
- name: restart mysql
|
|
service:
|
|
name: mysql
|
|
state: restarted
|
|
become: yes
|
|
|