Mass cleanup and drop jessie support

This commit is contained in:
Emilien Mantel
2018-03-18 17:28:57 +01:00
parent 8e53b9cd80
commit 5878040e84
24 changed files with 130 additions and 185 deletions

View File

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