Add description for COLLECTIONS_SCAN_SYS_PATH (#74351)
Fixes: #74275 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
14ff5e213c
commit
567361b124
1 changed files with 2 additions and 1 deletions
|
@ -175,7 +175,8 @@ CACHE_PLUGIN_TIMEOUT:
|
|||
type: integer
|
||||
yaml: {key: facts.cache.timeout}
|
||||
COLLECTIONS_SCAN_SYS_PATH:
|
||||
name: enable/disable scanning sys.path for installed collections
|
||||
name: Scan PYTHONPATH for installed collections
|
||||
description: A boolean to enable or disable scanning the sys.path for installed collections
|
||||
default: true
|
||||
type: boolean
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue