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

4 lines
67 B
YAML

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