mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix pip module documentation (YAML quoting)
This commit is contained in:
parent
8f3b2b281f
commit
83cce7d2e0
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@ DOCUMENTATION = '''
|
||||||
module: pip
|
module: pip
|
||||||
short_description: Manages Python library dependencies.
|
short_description: Manages Python library dependencies.
|
||||||
description:
|
description:
|
||||||
- Manage Python library dependencies. To use this module, one of the following keys is required: C(name)
|
- "Manage Python library dependencies. To use this module, one of the following keys is required: C(name)
|
||||||
or C(requirements).
|
or C(requirements)."
|
||||||
version_added: "0.7"
|
version_added: "0.7"
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
|
|
Loading…
Reference in a new issue