mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2024-11-05 09:17:39 +01:00
Fix for mixing php-fpm variable in configure task
This commit is contained in:
parent
ade68dc4ab
commit
42ea0d4ad7
@ -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