mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-10 11:50:18 +01:00
7 lines
165 B
YAML
7 lines
165 B
YAML
---
|
|
- name: restart mysql
|
|
command: "service {{ mysql_daemon }} restart"
|
|
# - name: restart mysql
|
|
# service: >
|
|
# name={{ mysql_daemon }}
|
|
# state=restarted
|