mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 20:31:27 -07:00
Convert to reduced list of known types (#50010)
This commit is contained in:
parent
fcd1486b51
commit
05c6ff79f9
908 changed files with 4822 additions and 4821 deletions
|
@ -211,7 +211,7 @@ RETURN = '''
|
|||
cmd:
|
||||
description: pip command used by the module
|
||||
returned: success
|
||||
type: string
|
||||
type: str
|
||||
sample: pip2 install ansible six
|
||||
name:
|
||||
description: list of python modules targetted by pip
|
||||
|
@ -221,17 +221,17 @@ name:
|
|||
requirements:
|
||||
description: Path to the requirements file
|
||||
returned: success, if a requirements file was provided
|
||||
type: string
|
||||
type: str
|
||||
sample: "/srv/git/project/requirements.txt"
|
||||
version:
|
||||
description: Version of the package specified in 'name'
|
||||
returned: success, if a name and version were provided
|
||||
type: string
|
||||
type: str
|
||||
sample: "2.5.1"
|
||||
virtualenv:
|
||||
description: Path to the virtualenv
|
||||
returned: success, if a virtualenv path was provided
|
||||
type: string
|
||||
type: str
|
||||
sample: "/tmp/virtualenv"
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue