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