mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2025-01-08 19:17:37 +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
|
||||
mode: 0644
|
||||
force: no
|
||||
when: php_enable_php_fpm
|
||||
|
||||
- name: Configure php-fpm pool (if enabled).
|
||||
lineinfile:
|
||||
|
Loading…
Reference in New Issue
Block a user