mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Update documentation for src parameter.
This commit is contained in:
committed by
Matt Clay
parent
5f6121856f
commit
47def27127
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user