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.
This commit is contained in:
2016-04-15 13:01:35 +03:00
parent f90eff6b1a
commit 8d4ee6f430
6 changed files with 1 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
- name: restart php5-fpm
service: name=php5-fpm state=restarted
# vim: set ts=2 sw=2: