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.
This commit is contained in:
parent
fad56730e8
commit
dc021c9dc5
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue