Commit f231c86f by Jim Kleckner

Add detail to copy module validate argument

This clarifies the validate command argument and makes it clear that if
it is present, it must include the '%s' argument for the path to the
temporary file to validate.
parent 3f968ff4
...@@ -65,7 +65,8 @@ options: ...@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment