Beginning-Ansible-Concepts-.../chapter11/roles/database/handlers/main.yml

6 lines
79 B
YAML
Raw Normal View History

2022-03-21 18:17:54 +01:00
---
- name: Restart MySQL
service:
name: mysql
state: restarted