Fix for mixing php-fpm variable in configure task

This commit is contained in:
Mike Bell 2014-11-17 22:46:38 +00:00
parent ade68dc4ab
commit 42ea0d4ad7

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