ansible_services_hardening/mysql/handlers/main.yml

6 lines
71 B
YAML
Raw Normal View History

2023-04-09 16:45:51 +02:00
- name: Restart MySQL
service:
name: mysql
state: restarted