6 lines
93 B
YAML
6 lines
93 B
YAML
---
|
|
- name: restart php5-fpm
|
|
service: name=php5-fpm state=restarted
|
|
|
|
# vim: set ts=2 sw=2:
|