mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 01:03:09 +00:00
Fix pip module documentation (YAML quoting)
This commit is contained in:
@@ -27,8 +27,8 @@ DOCUMENTATION = '''
|
||||
module: pip
|
||||
short_description: Manages Python library dependencies.
|
||||
description:
|
||||
- Manage Python library dependencies. To use this module, one of the following keys is required: C(name)
|
||||
or C(requirements).
|
||||
- "Manage Python library dependencies. To use this module, one of the following keys is required: C(name)
|
||||
or C(requirements)."
|
||||
version_added: "0.7"
|
||||
options:
|
||||
name:
|
||||
|
||||
Reference in New Issue
Block a user