PHP7 Implementation

This commit is contained in:
Emilien Mantel
2016-01-22 15:57:29 +01:00
parent d1d258a809
commit ee228b05b6
19 changed files with 97 additions and 63 deletions

View File

@@ -1,5 +1,5 @@
---
- name: restart php-fpm
action: service name=php5-fpm state=restarted
service: name='{{ php_fpm_service }}' state=restarted
when: php_install_fpm