mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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" ]
|
aliases: [ "originalfile" ]
|
||||||
src:
|
src:
|
||||||
description:
|
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
|
required: true
|
||||||
aliases: [ "patchfile" ]
|
aliases: [ "patchfile" ]
|
||||||
remote_src:
|
remote_src:
|
||||||
|
|
Loading…
Reference in a new issue