4 lines
81 B
YAML
4 lines
81 B
YAML
|
---
|
||
|
- name: reload_php_fpm
|
||
|
service: name=php-fpm7 state=restarted
|
||
|
become: yes
|