Merge pull request #2723 from mscherer/fix_427
Add more precise documentation on the requirements parameter
This commit is contained in:
commit
c557f2ae5b
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,8 @@ options:
|
|||
default: null
|
||||
requirements:
|
||||
description:
|
||||
- The path to a pip requirements file
|
||||
- The path to a pip requirements file, which should be local to the remote system.
|
||||
File can be specified as a relative path if using the chdir option.
|
||||
required: false
|
||||
default: null
|
||||
virtualenv:
|
||||
|
|
Loading…
Reference in a new issue