Merge pull request #4421 from jkleckner/copy-module-validate-doc

Add detail to copy module validate argument
This commit is contained in:
Michael DeHaan 2013-10-10 05:44:42 -07:00
commit 425ec20ee8

View file

@ -65,7 +65,8 @@ options:
aliases: [ "thirsty" ] aliases: [ "thirsty" ]
validate: validate:
description: description:
- validation to run before copying into place - The validation command to run before copying into place. The path to the file to
validate is passed in via '%s' which must be present as in the visudo example below.
required: false required: false
default: "" default: ""
version_added: "1.2" version_added: "1.2"