mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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
3f968ff46a
commit
f231c86ff3
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…
Reference in a new issue