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