Update documentation for src parameter.
This commit is contained in:
parent
5f6121856f
commit
47def27127
1 changed files with 3 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue