mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2025-01-24 21:41:21 +01:00
Merge pull request #20 from mikebell/master
Fix for missing php-fpm-daemon variable in configure task.
This commit is contained in:
commit
0077b35193
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user