Files
tp2_ansible/lamp_ubuntu2204_2hosts_withroles/roles/db/handlers/main.yml
2022-12-12 08:29:26 +01:00

10 lines
132 B
YAML

---
# Handler to handle DB tier notifications
- name: restart mysql
service:
name: mysql
state: restarted
become: yes