roles/php5-fpm: Remove default www pool

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
Alan Orth 2015-09-27 01:28:47 +03:00
parent cb67d6aa40
commit 229dd499dd
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -23,6 +23,11 @@
notify: restart php5-fpm
tags: php5-fpm
- name: Remove default www pool
file: path=/etc/php5/fpm/pool.d/www.conf state=absent
notify: restart php5-fpm
tags: php5-fpm
# re-configure php.ini
- name: Update php.ini
template: src=php.ini.j2 dest=/etc/php5/fpm/php.ini owner=root group=root mode=0644