Workaround ansible service module not enabling php-fpm

This commit is contained in:
Oskar Schöldström 2017-05-16 11:02:37 -05:00 committed by Jeff Geerling
parent d8a8012e83
commit 1d8d6fe497

View File

@ -74,4 +74,5 @@
name: "{{ php_fpm_daemon }}"
state: started
enabled: yes
use: service
when: php_enable_php_fpm