Add more precise documentation on the requirements parameter

Fix #427
This commit is contained in:
Michael Scherer 2015-12-22 16:20:37 +01:00 committed by Matt Clay
parent 83b45ae047
commit d321670b38

View file

@ -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: