mirror of
https://github.com/KevinMidboe/playbooks-retailor.git
synced 2026-09-07 13:32:06 +00:00
7 lines
75 B
YAML
7 lines
75 B
YAML
---
|
|
- name: restart mysql
|
|
systemd:
|
|
name: mysql
|
|
state: restarted
|
|
|