summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorSébastien Gross <seb•ɑƬ•chezwam•ɖɵʈ•org>2015-03-20 17:36:33 +0100
committerSébastien Gross <seb•ɑƬ•chezwam•ɖɵʈ•org>2015-03-20 17:36:33 +0100
commit08702e44bf5dfb1cee66b0b8cebd6717f9a366fe (patch)
tree1d105e76a125146ad06327c434603352317837be /files
parent84eb895a06c8819ed5d8aea06672a69add2b9d37 (diff)
downloadansible-modules-extras-08702e44bf5dfb1cee66b0b8cebd6717f9a366fe.tar.gz
[patch] Update documentation for src parameter.
Diffstat (limited to 'files')
-rwxr-xr-xfiles/patch.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/files/patch.py b/files/patch.py
index 78bcefe6..2f2894a6 100755
--- a/files/patch.py
+++ b/files/patch.py
@@ -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: