forked from ISTI-ansible-roles/ansible-roles
7 lines
133 B
YAML
7 lines
133 B
YAML
|
---
|
||
|
- name: Reload php-fpm
|
||
|
service: name=php5-fpm state=reloaded
|
||
|
|
||
|
- name: Restart php-fpm
|
||
|
service: name=php5-fpm state=restarted
|