Files
playbooks-retailor/roles/mysql/handlers/main.yml
T

7 lines
75 B
YAML

---
- name: restart mysql
systemd:
name: mysql
state: restarted