mirror of
https://github.com/Apress/Beginning-Ansible-Concepts-and-Application.git
synced 2024-11-10 01:17:43 +01:00
5 lines
79 B
YAML
5 lines
79 B
YAML
---
|
|
- name: Restart MySQL
|
|
service:
|
|
name: mysql
|
|
state: restarted
|