Files
ansible-shared/code/php-7.1/handlers/main.yml

4 lines
67 B
YAML

---
- name: restart php
service: name=php7.1-fpm state=restarted