ansible-personal/roles/php-fpm/handlers/main.yml
Alan Orth 8d4ee6f430 Rename php5-fpm role to php-fpm
In Ubuntu 16.04 the package is now called just "php-fpm" and it
makes more sense to just have this role be called that.
2016-04-22 11:25:35 +03:00

6 lines
93 B
YAML

---
- name: restart php5-fpm
service: name=php5-fpm state=restarted
# vim: set ts=2 sw=2: