Update documentation for src parameter.

This commit is contained in:
Sébastien Gross 2015-03-20 17:36:33 +01:00 committed by Matt Clay
parent 5f6121856f
commit 47def27127

View file

@ -43,7 +43,9 @@ options:
aliases: [ "originalfile" ]
src:
description:
- Path of the patch file as accepted by the GNU patch tool.
- Path of the patch file as accepted by the GNU patch tool. If
C(remote_src) is False, the patch source file is looked up from the
module's "files" directory.
required: true
aliases: [ "patchfile" ]
remote_src: