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