Fix a typo.
This commit is contained in:
parent
dd51eda8f0
commit
4d4a067eda
|
@ -48,7 +48,7 @@ mw_php_additional_packages:
|
|||
- imagemagick
|
||||
- php-imagick
|
||||
|
||||
phpfpm_pools: '{{ mw_phpfpm_pool }}'
|
||||
phpfpm_pools: '{{ mw_phpfpm_pools }}'
|
||||
```
|
||||
|
||||
Dependencies
|
||||
|
|
|
@ -66,7 +66,7 @@ mw_php_additional_packages:
|
|||
- imagemagick
|
||||
- php-imagick
|
||||
|
||||
phpfpm_pools: '{{ mw_phpfpm_pool }}'
|
||||
phpfpm_pools: '{{ mw_phpfpm_pools }}'
|
||||
|
||||
# This choice is not recommended. The package has a poor list of dependencies. We do not want to deal with those
|
||||
mw_package:
|
||||
|
|
Loading…
Reference in New Issue