mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2025-01-09 19:27:34 +01:00
Update configure-fpm.yml (#176)
Fix issue #98 Only add the default pool when php_enable_php_fpm is true
This commit is contained in:
parent
0adb0cdc41
commit
65f5e35259
@ -41,6 +41,7 @@
|
|||||||
group: root
|
group: root
|
||||||
mode: 0644
|
mode: 0644
|
||||||
force: no
|
force: no
|
||||||
|
when: php_enable_php_fpm
|
||||||
|
|
||||||
- name: Configure php-fpm pool (if enabled).
|
- name: Configure php-fpm pool (if enabled).
|
||||||
lineinfile:
|
lineinfile:
|
||||||
|
Loading…
Reference in New Issue
Block a user