From d321670b3801649520ce76e62c4a607c333e77df Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 22 Dec 2015 16:20:37 +0100 Subject: [PATCH] Add more precise documentation on the requirements parameter Fix #427 --- lib/ansible/modules/packaging/language/pip.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/ansible/modules/packaging/language/pip.py b/lib/ansible/modules/packaging/language/pip.py index 8cb54e32732..25d47661078 100755 --- a/lib/ansible/modules/packaging/language/pip.py +++ b/lib/ansible/modules/packaging/language/pip.py @@ -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: