Merge pull request #20 from mikebell/master

Fix for missing php-fpm-daemon variable in configure task.
This commit is contained in:
Jeff Geerling 2014-11-17 16:57:46 -06:00
commit 0077b35193

View File

@ -29,7 +29,7 @@
- name: Ensure php-fpm is started and enabled at boot (if configured).
service:
name: php-fpm
name: "{{ php_fpm_daemon }}"
state: started
enabled: yes
when: php_enable_php_fpm