Files
tp2_ansible/lamp_ubuntu1804_2hosts_withroles/roles/db/handlers/main.yml
Olivier Barais 8545eb3d66 inisital commit
2021-12-02 11:43:36 +01:00

10 lines
132 B
YAML

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