mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
composer: docs: fix conflicting statement about defaults (#27313)
This commit is contained in:
@@ -112,7 +112,7 @@ options:
|
|||||||
description:
|
description:
|
||||||
- Optimize autoloader during autoloader dump (see --optimize-autoloader).
|
- Optimize autoloader during autoloader dump (see --optimize-autoloader).
|
||||||
- Convert PSR-0/4 autoloading to classmap to get a faster autoloader.
|
- Convert PSR-0/4 autoloading to classmap to get a faster autoloader.
|
||||||
- Recommended especially for production, but can take a bit of time to run so it is currently not done by default.
|
- Recommended especially for production, but can take a bit of time to run.
|
||||||
required: false
|
required: false
|
||||||
default: true
|
default: true
|
||||||
choices: [ true, false]
|
choices: [ true, false]
|
||||||
|
|||||||
Reference in New Issue
Block a user