ansible-role-apache/handlers/main.yml

7 lines
165 B
YAML

---
- name: restart mysql
command: "service {{ mysql_daemon }} restart"
# - name: restart mysql
# service: >
# name={{ mysql_daemon }}
# state=restarted