Private
Public Access
2
0
Files

6 lines
114 B
YAML
Raw Permalink Normal View History

2026-01-19 15:06:34 +03:00
- name: Restart MySQL
ansible.builtin.service:
name: "mysql"
state: "restarted"
daemon_reload: true