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" ]
validate:
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
default: ""
version_added: "1.2"