mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2024-11-24 12:06:02 +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).
|
- name: Ensure php-fpm is started and enabled at boot (if configured).
|
||||||
service:
|
service:
|
||||||
name: php-fpm
|
name: "{{ php_fpm_daemon }}"
|
||||||
state: started
|
state: started
|
||||||
enabled: yes
|
enabled: yes
|
||||||
when: php_enable_php_fpm
|
when: php_enable_php_fpm
|
||||||
|
Loading…
Reference in New Issue
Block a user